liyinglin 3 years ago
parent a207acd19e
commit 58e3224308

@ -16,6 +16,7 @@ class CreateAdminAreaLinks extends Migration
Schema::create('admin_area_links', function (Blueprint $table) {
$table->increments('id');
$table->integer("area_id")->nullable();
$table->integer("project_id")->nullable();
$table->string("admin_id")->nullable();
$table->timestamps();
$table->softDeletes();

Loading…
Cancel
Save