mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
Migration refactoring
This commit is contained in:
@@ -14,10 +14,9 @@ class CreatePagesTable extends Migration
|
||||
public function up()
|
||||
{
|
||||
Schema::create('pages', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->boolean('visibility');
|
||||
$table->string('title');
|
||||
$table->string('slug');
|
||||
$table->string('title');
|
||||
$table->boolean('visibility');
|
||||
$table->longText('content');
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user