v0.02
This commit is contained in:
@@ -93,7 +93,7 @@ impl MigrationTrait for Migration {
|
||||
manager
|
||||
.create_table(
|
||||
Table::create()
|
||||
.table(BookAuthor::Table)
|
||||
.table(BookPerson::Table)
|
||||
.if_not_exists()
|
||||
.col(
|
||||
ColumnDef::new(BookPerson::Id)
|
||||
|
||||
Reference in New Issue
Block a user