pub fn parse_create_table(pairs: FlatPairs<'_, Rule>) -> CreateTableExpand description
This function parses a create table statement, extracting the table name, column names, and types to construct a CreateTable struct.
pub fn parse_create_table(pairs: FlatPairs<'_, Rule>) -> CreateTableThis function parses a create table statement, extracting the table name, column names, and types to construct a CreateTable struct.