✓ Database connection established === Field Configuration Migration Started === Step 1/5: Creating field_configurations table... ✓ field_configurations table created Step 2/5: Creating field_conditions table... ✓ field_conditions table created Step 3/5: Adding columns to deals and persons tables... ✓ Added destination_bank to deals table ✓ Added payment_method to persons table ✓ Added destination_bank to persons table Step 4/5: Seeding lookup groups... ℹ Group 'payment_methods' already exists ℹ Group 'destination_banks' already exists ℹ Item 'card_to_card' already exists ℹ Item 'payment_gateway' already exists ℹ Item 'check' already exists ℹ Item 'purchase_order' already exists ℹ Item 'other' already exists ℹ Item 'parsian' already exists ℹ Item 'pasargad' already exists ℹ Item 'melli' already exists ✓ Created item 'ayandeh' ✓ Created item 'melat' ✓ Created item 'tejarat' ℹ Item 'other' already exists Step 5/5: Seeding initial field configurations... ℹ Field 'payment_method' already configured ℹ Field 'payment_card_last4' already configured ℹ Field 'destination_bank' already configured ✓ Created condition: payment_method = card_to_card => payment_card_last4 (require) ✓ Created condition: payment_method = card_to_card => destination_bank (show) ✓ Created condition: payment_method = check => destination_bank (hide) === Migration Completed Successfully === ✓ All changes applied 📝 Next steps: 1. Create Repositories: FieldConfigRepository, FieldConditionRepository 2. Create Service: FieldPermissionService 3. Create Controller: FieldConfigController 4. Update existing Repositories for validation 5. Update Bootstrap for DI 6. Update Frontend for UI components