Add service templates

This commit is contained in:
Anthony F McInerney
2020-09-25 06:04:37 +01:00
parent ab401bca6f
commit 866c8f277e
@@ -27,7 +27,7 @@ class CreateServicesTemplateTable extends Migration
});
Schema::table('services', function (Blueprint $table) {
$table->unsignedInteger('service_template_id')->default(0);
$table->string('service_name');
$table->string('service_name')->nullable()->default(null);
});
}