Skip to main content

generate_user_table_ddl

Function generate_user_table_ddl 

Source
pub fn generate_user_table_ddl(force: bool, db_kind: &DbKind) -> Vec<String>
Expand description

Generate the DDL used to create the user table. If force is set, drop the table first