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)
|
||||
.integer()
|
||||
.not_null()
|
||||
.primary_key()
|
||||
.auto_increment(),
|
||||
.auto_increment()
|
||||
.primary_key(),
|
||||
)
|
||||
.col(
|
||||
ColumnDef::new(active_enum::Column::Category)
|
||||
|
Loading…
x
Reference in New Issue
Block a user