parse_create_table

Function parse_create_table 

Source
pub fn parse_create_table<'a>(
    input: &'a str,
    table: &str,
) -> IResult<&'a str, Qail>
Expand description

Parse CREATE TABLE: make users id:uuid:pk, name:varchar:notnull