Skip to content

Commit

Permalink
2 more
Browse files Browse the repository at this point in the history
  • Loading branch information
janpio committed Dec 2, 2023
1 parent b0a11be commit de5e700
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ model B {
}

// Expected Migration:
// SET foreign_key_checks = 0;
//
// -- CreateTable
// CREATE TABLE `A` (
// `id` INTEGER NOT NULL,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ model B {
}

// Expected Migration:
// SET foreign_key_checks = 0;
//
// -- CreateTable
// CREATE TABLE `A` (
// `id` INTEGER NOT NULL,
Expand Down

0 comments on commit de5e700

Please sign in to comment.