Fixup
This commit is contained in:
parent
8627c8d961
commit
18f37150d7
@ -84,8 +84,8 @@ pub async fn create_active_enum_table(db: &DbConn) -> Result<ExecResult, DbErr>
|
|||||||
ColumnDef::new(active_enum::Column::Id)
|
ColumnDef::new(active_enum::Column::Id)
|
||||||
.integer()
|
.integer()
|
||||||
.not_null()
|
.not_null()
|
||||||
.primary_key()
|
.auto_increment()
|
||||||
.auto_increment(),
|
.primary_key(),
|
||||||
)
|
)
|
||||||
.col(
|
.col(
|
||||||
ColumnDef::new(active_enum::Column::Category)
|
ColumnDef::new(active_enum::Column::Category)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user