Skip to content

Commit d296c3b

Browse files
committed
typo fix
1 parent f9fb9b7 commit d296c3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apiary.apib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2320,7 +2320,7 @@ If there is no column datatype specified (column.definition.type or column.baset
23202320
+ Attributes
23212321
+ name (required) - New table name
23222322
+ 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.
23242324
+ Members
23252325
+ MANAGED
23262326
+ NONE

0 commit comments

Comments
 (0)