You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apiary.apib
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2320,7 +2320,7 @@ If there is no column datatype specified (column.definition.type or column.baset
2320
2320
+ Attributes
2321
2321
+ name (required) - New table name
2322
2322
+ primaryKeysNames[] (string) - Has to be subset of column names and not nullable.
2323
-
+ timestampType (optional, enum[string]) - Standard storage tables internally manage a _timestamp column which is each import updated with current timestamp. This option allows to prevent internal _timestamp column creation.
2323
+
+ timestampType (optional, enum[string]) - Standard storage tables internally manage a _timestamp column which is updated on each import with the current timestamp. This option allows to prevent internal _timestamp column creation.
0 commit comments