DDLStrategy

The strategy used to create tables.

Values

ValueMeaning
create

Creates the table if one doesn't exist. Doesn't do anything else.

drop_create

Drops a table if one exists, and then recreates it.

Meta