diff --git a/src/pages/development/components/declarative-schema/configuration.md b/src/pages/development/components/declarative-schema/configuration.md index 0201b6ede..222ea936d 100644 --- a/src/pages/development/components/declarative-schema/configuration.md +++ b/src/pages/development/components/declarative-schema/configuration.md @@ -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.