pub fn generate_user_table_ddl(force: bool, db_kind: &DbKind) -> Vec<String>
Generate the DDL used to create the user table. If force is set, drop the table first
force