Added laravel/passport, assign ftn addresses to nodes
This commit is contained in:
@@ -74,7 +74,6 @@ class CreateNodes extends Migration
|
||||
$table->integer('software_id')->nullable();
|
||||
$table->foreign('software_id')->references('id')->on('software');
|
||||
|
||||
|
||||
// $table->unique(['zone_id','host_id','id']);
|
||||
// $table->index(['zone_id','host_id']);
|
||||
// $table->index(['zone_id','id']);
|
||||
|
Reference in New Issue
Block a user