nimuli/database/migrations
boban 23fd5a5e30 feat(db): add all Phase 1 migrations
Creates all Nimuli domain tables: plans, workspaces, workspace_members,
workspace_invitations, billing_profiles, domains, links, link_variants,
qr_codes, bio_pages, bio_blocks, clicks (+ hourly/daily/by_referrer/by_utm
aggregates), translations, webhooks, webhook_deliveries. Also extends the
users table with ulid, 2FA fields, locale, theme, default_workspace_id,
and soft deletes.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-16 00:04:01 +02:00
..
0001_01_01_000000_create_users_table.php feat(db): add all Phase 1 migrations 2026-05-16 00:04:01 +02:00
0001_01_01_000001_create_cache_table.php feat: initial Nimuli scaffold with Laravel 12, Livewire 3, Octane, Reverb, Docker 2026-05-15 23:51:57 +02:00
0001_01_01_000002_create_jobs_table.php feat: initial Nimuli scaffold with Laravel 12, Livewire 3, Octane, Reverb, Docker 2026-05-15 23:51:57 +02:00
2022_12_14_083707_create_settings_table.php feat: initial Nimuli scaffold with Laravel 12, Livewire 3, Octane, Reverb, Docker 2026-05-15 23:51:57 +02:00
2026_05_15_212318_create_customer_columns.php feat: initial Nimuli scaffold with Laravel 12, Livewire 3, Octane, Reverb, Docker 2026-05-15 23:51:57 +02:00
2026_05_15_212318_create_permission_tables.php feat: initial Nimuli scaffold with Laravel 12, Livewire 3, Octane, Reverb, Docker 2026-05-15 23:51:57 +02:00
2026_05_15_212319_create_subscriptions_table.php feat: initial Nimuli scaffold with Laravel 12, Livewire 3, Octane, Reverb, Docker 2026-05-15 23:51:57 +02:00
2026_05_15_212320_create_subscription_items_table.php feat: initial Nimuli scaffold with Laravel 12, Livewire 3, Octane, Reverb, Docker 2026-05-15 23:51:57 +02:00
2026_05_15_212321_add_meter_id_to_subscription_items_table.php feat: initial Nimuli scaffold with Laravel 12, Livewire 3, Octane, Reverb, Docker 2026-05-15 23:51:57 +02:00
2026_05_15_212322_add_meter_event_name_to_subscription_items_table.php feat: initial Nimuli scaffold with Laravel 12, Livewire 3, Octane, Reverb, Docker 2026-05-15 23:51:57 +02:00
2026_05_15_212323_create_activity_log_table.php feat: initial Nimuli scaffold with Laravel 12, Livewire 3, Octane, Reverb, Docker 2026-05-15 23:51:57 +02:00
2026_05_15_212323_create_media_table.php feat: initial Nimuli scaffold with Laravel 12, Livewire 3, Octane, Reverb, Docker 2026-05-15 23:51:57 +02:00
2026_05_15_212329_create_personal_access_tokens_table.php feat: initial Nimuli scaffold with Laravel 12, Livewire 3, Octane, Reverb, Docker 2026-05-15 23:51:57 +02:00
2026_05_15_299000_create_plans_table.php feat(db): add all Phase 1 migrations 2026-05-16 00:04:01 +02:00
2026_05_15_300000_create_workspaces_table.php feat(db): add all Phase 1 migrations 2026-05-16 00:04:01 +02:00
2026_05_15_300001_create_workspace_members_table.php feat(db): add all Phase 1 migrations 2026-05-16 00:04:01 +02:00
2026_05_15_300002_create_workspace_invitations_table.php feat(db): add all Phase 1 migrations 2026-05-16 00:04:01 +02:00
2026_05_15_300003_create_billing_profiles_table.php feat(db): add all Phase 1 migrations 2026-05-16 00:04:01 +02:00
2026_05_15_300010_create_domains_table.php feat(db): add all Phase 1 migrations 2026-05-16 00:04:01 +02:00
2026_05_15_300020_create_links_table.php feat(db): add all Phase 1 migrations 2026-05-16 00:04:01 +02:00
2026_05_15_300021_create_link_variants_table.php feat(db): add all Phase 1 migrations 2026-05-16 00:04:01 +02:00
2026_05_15_300030_create_qr_codes_table.php feat(db): add all Phase 1 migrations 2026-05-16 00:04:01 +02:00
2026_05_15_300040_create_bio_pages_table.php feat(db): add all Phase 1 migrations 2026-05-16 00:04:01 +02:00
2026_05_15_300041_create_bio_blocks_table.php feat(db): add all Phase 1 migrations 2026-05-16 00:04:01 +02:00
2026_05_15_300050_create_clicks_table.php feat(db): add all Phase 1 migrations 2026-05-16 00:04:01 +02:00
2026_05_15_300051_create_clicks_hourly_table.php feat(db): add all Phase 1 migrations 2026-05-16 00:04:01 +02:00
2026_05_15_300052_create_clicks_daily_table.php feat(db): add all Phase 1 migrations 2026-05-16 00:04:01 +02:00
2026_05_15_300053_create_clicks_by_referrer_table.php feat(db): add all Phase 1 migrations 2026-05-16 00:04:01 +02:00
2026_05_15_300054_create_clicks_by_utm_table.php feat(db): add all Phase 1 migrations 2026-05-16 00:04:01 +02:00
2026_05_15_300070_create_translations_table.php feat(db): add all Phase 1 migrations 2026-05-16 00:04:01 +02:00
2026_05_15_300080_create_webhooks_table.php feat(db): add all Phase 1 migrations 2026-05-16 00:04:01 +02:00
2026_05_15_300081_create_webhook_deliveries_table.php feat(db): add all Phase 1 migrations 2026-05-16 00:04:01 +02:00