✓ Connected to database 'fafutuka_kangis' Current user: fafutuka_kangis@localhost ✓ Full database privileges detected Running database migrations... Running 001_create_roles_table.sql... ✓ Running 002_create_permissions_table.sql... ✓ Running 003_create_users_table.sql... ✓ Running 004_create_audit_logs_table.sql... ✓ Running 005_create_lgas_table.sql... ✓ Running 006_create_towns_table.sql... ✓ Running 007_create_plots_table.sql... ✓ Running 008_create_plot_owners_table.sql... ✓ Running 009_create_plot_splits_table.sql... ✓ Running 010_create_plot_summary_view.sql... ✓ Running 011_add_password_to_users.sql... ✓ (already exists) Running 012_alter_audit_logs_entity_id_nullable.sql... ✓ Running 013_create_plot_templates_table.sql... ✓ (already exists) Running 014_create_bulk_operations_table.sql... ✓ (already exists) Running 015_add_bulk_operations_indexes.sql... ✗ Error: SQLSTATE[42000]: Syntax error or access violation: 1061 Duplicate key name 'idx_plots_town_number' ✗ Setup failed: SQLSTATE[42000]: Syntax error or access violation: 1061 Duplicate key name 'idx_plots_town_number' Troubleshooting: 1. Check your .env file database credentials 2. Ensure your database exists and is accessible 3. Verify you have CREATE and INSERT privileges