added alter table command to fluent query builder (progress)
This commit is contained in:
@@ -13,6 +13,11 @@ enum class dialect_token : uint8_t {
|
||||
Update,
|
||||
Select,
|
||||
Alter,
|
||||
ForeignKey,
|
||||
PrimaryKey,
|
||||
AddConstraint,
|
||||
DropConstraint,
|
||||
References,
|
||||
Schema,
|
||||
Database,
|
||||
Table,
|
||||
@@ -43,7 +48,6 @@ enum class dialect_token : uint8_t {
|
||||
Set,
|
||||
UpdateValues,
|
||||
NotNull,
|
||||
PrimaryKey,
|
||||
Begin,
|
||||
Commit,
|
||||
Rollback,
|
||||
|
||||
Reference in New Issue
Block a user