mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-19 04:24:00 +00:00
large commit
This commit is contained in:
@@ -16,6 +16,7 @@ class CreatePackages extends Migration
|
||||
Schema::create('packages', function (Blueprint $table) {
|
||||
$table->increments('id');
|
||||
$table->integer('list_id')->unsigned()->index();
|
||||
$table->integer('type')->default(0);
|
||||
$table->string('description');
|
||||
$table->integer('width');
|
||||
$table->integer('length');
|
||||
|
||||
Reference in New Issue
Block a user