fix: oops slipped
This commit is contained in:
parent
e3dc3f9ae7
commit
749dcc1ae7
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ impl MigrationTrait for Migration {
|
||||||
.to(Activities::Table, Activities::Id)
|
.to(Activities::Table, Activities::Id)
|
||||||
.on_update(ForeignKeyAction::Cascade)
|
.on_update(ForeignKeyAction::Cascade)
|
||||||
)
|
)
|
||||||
.col(ColumnDef::new(Addressing::Object).string().null())
|
.col(ColumnDef::new(Addressing::Object).integer().null())
|
||||||
.foreign_key(
|
.foreign_key(
|
||||||
ForeignKey::create()
|
ForeignKey::create()
|
||||||
.name("fkey-addressing-object")
|
.name("fkey-addressing-object")
|
||||||
|
|
Loading…
Reference in a new issue