mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-19 04:23:59 +00:00
disable addon migration temp
This commit is contained in:
@@ -13,16 +13,16 @@ class CreateAddonsTables extends Migration
|
||||
*/
|
||||
public function up()
|
||||
{
|
||||
Schema::table('addons', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->morphs('owner');
|
||||
$table->string('reference',200);
|
||||
$table->integer('type')->default(0);
|
||||
$table->integer('quantity')->default(1);
|
||||
$table->integer('status')->default(0);
|
||||
$table->softDeletes();
|
||||
$table->timestamps();
|
||||
});
|
||||
// Schema::table('addons', function (Blueprint $table) {
|
||||
// $table->id();
|
||||
// $table->morphs('owner');
|
||||
// $table->string('reference',200);
|
||||
// $table->integer('type')->default(0);
|
||||
// $table->integer('quantity')->default(1);
|
||||
// $table->integer('status')->default(0);
|
||||
// $table->softDeletes();
|
||||
// $table->timestamps();
|
||||
// });
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user