Table Options


Table Options are used to specify create options for a table. When DbWrench generates forward engineer scripts to create a table it will append table options to the CREATE TABLE step. This only applies to DBMSs that support table options.

Setting Table Options:

Table options can be set using the Details panel.


Setting Table Options using the Details Panel

Select the Tables node in the Database Explorer tree. This will display the Details panel for that list of tables.

Edit the Table Options column to specify table options.

Setting Table Options Defaults:

Table option defaults are set at the database level. These options will be automatically applied to new tables.


Setting Default Table Options

Select the Database node in the Database Explorer. This will display the Database Properties panel in the lower right corner.

Use the Default Table Options field to set the default table options for this database.


See also:

Creating Tables