Skip to content

Commit

Permalink
ParagraphStyle NullsOK
Browse files Browse the repository at this point in the history
  • Loading branch information
ethoms-usgs committed May 9, 2024
1 parent f1edd4f commit 33f7037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/GeMS_Definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
["Age", "String", "NullsOK", defaultLength],
["Description", "String", "NullsOK", memoLength],
["HierarchyKey", "String", "NoNulls", defaultLength],
["ParagraphStyle", "String", "NoNulls", defaultLength],
["ParagraphStyle", "String", "NullsOK", defaultLength],
["Label", "String", "NullsOK", 30],
["Symbol", "String", "NullsOK", defaultLength],
["AreaFillRGB", "String", "NullsOK", defaultLength],
Expand Down

0 comments on commit 33f7037

Please sign in to comment.