large commit

This commit is contained in:
Omair Saleh
2019-05-27 09:46:49 +08:00
parent 43a9e0ca03
commit 022d99875a
26 changed files with 1340 additions and 322 deletions
@@ -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');