改进 位置
This commit is contained in:
parent
08bedaa67b
commit
112637b8fe
@ -15,7 +15,7 @@ public function up()
|
||||
{
|
||||
Schema::table('modules', function (Blueprint $table) {
|
||||
//
|
||||
$table->enum('status', ['up', 'down', 'maintenance'])->index()->default('down');
|
||||
$table->enum('status', ['up', 'down', 'maintenance'])->index()->default('down')->after('url');
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user