[][src]Module restq::ast::ddl

Structs

AlterTable
ColumnDef
DataTypeDef
DropTable
TableDef

Enums

AlterOperation
ColumnAttribute

Functions

alter_table
data_type_def

data_type_def = data_type ["?"] "(" value ")" example: u32?(0.0)

drop_table
table_def

example: product{*product_id:s32,@name:text,description:text,updated:utc,created_by(users):u32,@is_active:bool}