mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 13:32:41 +08:00
add section taxonomy
This commit is contained in:
@@ -15,6 +15,12 @@ return new class extends Migration
|
||||
{
|
||||
Schema::table('searchbox', function (Blueprint $table) {
|
||||
$table->json('extra')->nullable()->change();
|
||||
$table->string('custom_fields_display_name')->nullable(true)->default('')->change();
|
||||
});
|
||||
|
||||
Schema::table('categories', function (Blueprint $table) {
|
||||
$table->string('class_name')->nullable(true)->default('')->change();
|
||||
$table->string('image')->nullable(true)->default('')->change();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user