We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4502115 + 30c603c commit 2495e18Copy full SHA for 2495e18
core/Migrations/Version21000Date20201120141228.php
@@ -62,7 +62,7 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt
62
63
if ($schema->hasTable('systemtag')) {
64
$table = $schema->getTable('systemtag');
65
- if ($table->hasColumn('systemtag')) {
+ if ($table->hasColumn('assignable')) {
66
$table->dropColumn('assignable');
67
}
68
0 commit comments