fn create_sql_options(
table_meta: &TableMeta,
schema_options: Option<SchemaOptions>,
) -> OptionMap
Expand description
Generates CREATE TABLE options from given table metadata and schema-level options.
fn create_sql_options(
table_meta: &TableMeta,
schema_options: Option<SchemaOptions>,
) -> OptionMap
Generates CREATE TABLE options from given table metadata and schema-level options.