Fixes size of description on article, fix save form on Families and genres
This commit is contained in:
@@ -16,7 +16,7 @@ class CreateShopArticlesTable extends Migration {
|
||||
{
|
||||
$table->increments('id');
|
||||
$table->string('name')->nullable();
|
||||
$table->string('description')->nullable();
|
||||
$table->text('description')->nullable();
|
||||
$table->timestamps();
|
||||
$table->softDeletes();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user