fn build_create_table_sql( table_name: &str, database: &str, schema_name: &str, schema: &Schema, need_op_and_row_id: bool, ) -> Result<String>