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