media Datenbank
This commit is contained in:
parent
70704be1ea
commit
c11fc557bf
73 changed files with 2241 additions and 9655 deletions
|
|
@ -22,10 +22,9 @@ class CreateIQContentFoldersTable extends Migration
|
|||
$table->string('name')->index();
|
||||
$table->string('slug')->unique()->index();
|
||||
$table->string('identifier')->nullable();
|
||||
$table->string('path')->nullable();
|
||||
|
||||
$table->string('color', 7)->nullable();
|
||||
|
||||
$table->unsignedTinyInteger('color')->default(0);
|
||||
$table->unsignedTinyInteger('pos')->default(0);
|
||||
$table->boolean('active')->default(true);
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ class CreateIQContentFilesTable extends Migration
|
|||
|
||||
$table->text('content')->nullable();
|
||||
|
||||
$table->unsignedTinyInteger('color')->default(0);
|
||||
$table->string('color', 7)->nullable();
|
||||
$table->unsignedTinyInteger('pos')->default(0);
|
||||
$table->boolean('active')->default(true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue