Minor DB rework, remove spaces in database/migration files
This commit is contained in:
@@ -28,8 +28,9 @@ class CreateNodes extends Migration
|
||||
$table->string('system');
|
||||
$table->string('sysop');
|
||||
$table->string('location');
|
||||
$table->integer('baud');
|
||||
$table->integer('baud')->default('0');
|
||||
$table->string('phone')->nullable();
|
||||
|
||||
$table->binary('zt',10)->nullable();
|
||||
|
||||
$table->unique(['zone_id','host_id','node_id','point_id']);
|
||||
|
Reference in New Issue
Block a user