We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea1f5c commit 7c00c82Copy full SHA for 7c00c82
updates/v1.3.1/add_sort_order.php
@@ -14,7 +14,7 @@ public function up()
14
return;
15
}
16
17
- if (!Schema::hasColumn(self::TABLE_NAME, 'found')) {
+ if (!Schema::hasColumn(self::TABLE_NAME, 'sort_order')) {
18
Schema::table(self::TABLE_NAME, function($table)
19
{
20
$table->integer('sort_order')->default(0);
0 commit comments