Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Attribute | Description
--- | ---
`name` | The name of the table
`engine` | SQL engine. This value must be `innodb` or `memory`.
`resource` | The database shard on which to install the table. This value must be `default`, `checkout`, or `sales`.
`resource` | The database shard on which to install the table. This value must be a database resource. Defaults for Commerce is `default`, `checkout`, and `sales`.
`comment` | Table comment.
`onCreate` | This is a DML trigger that allows you to move data from an existing table to a newly created table. This trigger works only when a table is created.

Expand Down