From c36c6c086210bd5736890daf866178925b9e3b17 Mon Sep 17 00:00:00 2001 From: Sam Mear <47563391+Sam-Mear@users.noreply.github.com> Date: Wed, 23 Apr 2025 15:07:21 +0100 Subject: [PATCH] Update configuration.md --- .../development/components/declarative-schema/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/development/components/declarative-schema/configuration.md b/src/pages/development/components/declarative-schema/configuration.md index ceb7f4bb1..6ce79eca4 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.