Web frontend work
This commit is contained in:
@@ -18,6 +18,8 @@ class CreateDomains extends Migration
|
||||
$table->timestamps();
|
||||
$table->string('name',8)->unique();
|
||||
$table->string('dnsdomain')->nullable();
|
||||
$table->string('notes')->nullable();
|
||||
$table->boolean('active');
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user