kernel update
This commit is contained in:
@ -14,6 +14,7 @@ return new class extends Migration {
|
||||
$table->increments('id');
|
||||
$table->string("name", 255)->nullable(false);
|
||||
$table->string("slug", 255)->nullable(false);
|
||||
$table->string("type", 255)->nullable(false);
|
||||
$table->text("description")->nullable(false);
|
||||
$table->string("version", 255)->nullable(false);
|
||||
$table->string("author", 255)->nullable(false);
|
||||
|
Reference in New Issue
Block a user