Fix categories & varieties
This commit is contained in:
@@ -9,7 +9,7 @@ return new class extends Migration
|
||||
public function up()
|
||||
{
|
||||
Schema::table('categories', function (Blueprint $table) {
|
||||
$table->tinyInteger('visible')->after('id');
|
||||
$table->tinyInteger('visible')->nullable()->after('id');
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user