diff --git a/database/migrations/2025_09_24_000002_create_dynamic_estimate_fields.php b/database/migrations/2025_09_24_000002_create_dynamic_estimate_fields.php index e0494bf..4986600 100644 --- a/database/migrations/2025_09_24_000002_create_dynamic_estimate_fields.php +++ b/database/migrations/2025_09_24_000002_create_dynamic_estimate_fields.php @@ -19,7 +19,6 @@ public function up(): void 'code' => 'fire_shutter_estimate', 'name' => '방화셔터 견적', 'description' => '방화셔터 견적 루트 카테고리', - 'level' => 1, 'sort_order' => 1, 'profile_code' => 'estimate_root', 'is_active' => 1, @@ -35,7 +34,6 @@ public function up(): void 'code' => 'screen_product', 'name' => '스크린 제품', 'description' => '실리카/와이어 스크린 제품 카테고리', - 'level' => 2, 'sort_order' => 1, 'profile_code' => 'screen_category', 'is_active' => 1, @@ -51,7 +49,6 @@ public function up(): void 'code' => 'steel_product', 'name' => '철재 제품', 'description' => '철재스라트 제품 카테고리', - 'level' => 2, 'sort_order' => 2, 'profile_code' => 'steel_category', 'is_active' => 1,