pub fn create_table_stmt( table_info: &TableInfoRef, schema_options: Option<SchemaOptions>, quote_style: char, ) -> Result<CreateTable>
Create a CreateTable statement from table info.