Commit d86796d6 by Aan Choesni Herlingga

bug fix migration categories

parent 71a2fd27
...@@ -13,7 +13,7 @@ class CreateTableCategories extends Migration ...@@ -13,7 +13,7 @@ class CreateTableCategories extends Migration
*/ */
public function up() public function up()
{ {
Schema::table('swp_categories', function (Blueprint $table) { Schema::create('swp_categories', function (Blueprint $table) {
$table->string('id', 32)->primary(); $table->string('id', 32)->primary();
$table->string('name'); $table->string('name');
$table->boolean('is_active'); $table->boolean('is_active');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment