Commit 89b45315 by Bagus Pambudi

fix bug information

parent a17f469a
......@@ -24,6 +24,7 @@ class CreateSwpAgendasTable extends Migration
$table->string('userid_created', 36)->nullable();
$table->string('userid_updated', 36)->nullable();
$table->timestamps();
$table->string('keys')->nullable();
});
}
......
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