CreateTableStmt constructor
CreateTableStmt(})
Implementation
CreateTableStmt(
this.name,
this.columns, {
this.constraints = const [],
this.ifNotExists = false,
this.strict = false,
this.withoutRowid = false,
this.usingPaged = false,
});