parfum/database/migrations
2025-11-09 17:46:27 +07:00
..
0001_01_01_000000_create_users_table.php chore(migreation): mengubah timestamps 2025-10-03 08:09:31 +07:00
0001_01_01_000001_create_cache_table.php initial commit 2025-09-13 10:00:54 +07:00
0001_01_01_000002_create_jobs_table.php initial commit 2025-09-13 10:00:54 +07:00
2022_12_14_083707_create_settings_table.php feat(settings): add migration for settings table with unique group and name 2025-10-18 19:37:07 +07:00
2025_09_13_034842_create_employees_table.php chore(migreation): mengubah timestamps 2025-10-03 08:09:31 +07:00
2025_09_13_045752_create_outlets_table.php refactor(outlet): make landmark field nullable in outlets table and update seeder data 2025-10-18 15:34:56 +07:00
2025_09_19_132017_create_media_table.php feat: install spatie media-library and implement to outlet, add trait for handler image 2025-09-23 20:59:26 +07:00
2025_09_24_130401_create_opening_hours_table.php chore(migreation): mengubah timestamps 2025-10-03 08:09:31 +07:00
2025_09_24_130406_create_facilities_table.php chore(migreation): mengubah timestamps 2025-10-03 08:09:31 +07:00
2025_09_24_141358_create_tiers_table.php chore(migreation): mengubah timestamps 2025-10-03 08:09:31 +07:00
2025_09_25_125559_create_vouchers_table.php fix(voucher): menghapus kolom terms_condition dan menyesuaikan terhadap perubahannya 2025-11-09 17:46:27 +07:00
2025_09_29_062630_create_categories_table.php chore(migreation): mengubah timestamps 2025-10-03 08:09:31 +07:00
2025_09_29_104530_create_brands_table.php chore(migreation): mengubah timestamps 2025-10-03 08:09:31 +07:00
2025_09_30_015446_create_outlet_voucher_table.php chore(migreation): mengubah timestamps 2025-10-03 08:09:31 +07:00
2025_09_30_031349_create_customers_table.php chore(migreation): mengubah timestamps 2025-10-03 08:09:31 +07:00
2025_09_30_042232_create_memberships_table.php refactor(membership): mengubah total_points menjadi tier points 2025-11-04 21:28:16 +07:00
2025_10_01_083444_create_referral_codes_table.php chore(migreation): mengubah timestamps 2025-10-03 08:09:31 +07:00
2025_10_01_083554_create_referral_usages_table.php chore(migreation): mengubah timestamps 2025-10-03 08:09:31 +07:00
2025_10_01_112147_create_perfumes_table.php feat(goods): Menambahkan kolom untuk menentukan harga poin per pcs/ml 2025-11-04 14:40:26 +07:00
2025_10_01_112210_create_category_perfume_table.php chore(migreation): mengubah timestamps 2025-10-03 08:09:31 +07:00
2025_10_01_123039_create_outlet_perfume_table.php chore(migreation): mengubah timestamps 2025-10-03 08:09:31 +07:00
2025_10_02_013524_create_products_table.php feat(goods): Menambahkan kolom untuk menentukan harga poin per pcs/ml 2025-11-04 14:40:26 +07:00
2025_10_02_013530_create_outlet_product_table.php chore(migreation): mengubah timestamps 2025-10-03 08:09:31 +07:00
2025_10_02_020223_create_bottles_table.php feat(goods): Menambahkan kolom untuk menentukan harga poin per pcs/ml 2025-11-04 14:40:26 +07:00
2025_10_02_020233_create_bottle_outlet_table.php chore(migreation): mengubah timestamps 2025-10-03 08:09:31 +07:00
2025_10_02_114249_create_expenses_table.php chore(migreation): mengubah timestamps 2025-10-03 08:09:31 +07:00
2025_10_02_131611_create_permission_tables.php chore(migreation): mengubah timestamps 2025-10-03 08:09:31 +07:00
2025_10_03_010257_create_outlet_user_table.php feat(outlet user): menambahkan migrasi dan model untuk relasi many to many 2025-10-03 08:07:50 +07:00
2025_10_03_025736_create_articles_table.php fix((article): salah menggunakan enum di migrasi 2025-10-03 15:05:32 +07:00
2025_10_03_080030_create_purchases_table.php feat(purchase): implementasi fitur belanja/restock 2025-10-04 21:09:20 +07:00
2025_10_03_080031_create_purchase_items_table.php feat(purchase): menambahkan kolom user_id dan menyesuaikan relasinya 2025-10-29 19:17:59 +07:00
2025_10_04_143515_create_payrolls_table.php feat(payroll): membuat fitur penggajian otomatis 2025-10-06 19:14:49 +07:00
2025_10_04_143521_create_payroll_adjustments_table.php feat(payroll): membuat fitur penggajian otomatis 2025-10-06 19:14:49 +07:00
2025_10_04_143527_create_salary_histories_table.php feat(payroll): membuat fitur penggajian otomatis 2025-10-06 19:14:49 +07:00
2025_10_06_124919_create_formulas_table.php feat(formula): membuat crud formula 2025-10-06 20:16:53 +07:00
2025_10_06_135045_create_orders_table.php feat(order): menambahkan voucher id ke migration 2025-11-09 17:38:27 +07:00
2025_10_06_135049_create_order_items_table.php feat(order): membuat crud 2025-10-27 19:25:10 +07:00
2025_10_06_140341_create_payments_table.php feat(order): membuat crud 2025-10-27 19:25:10 +07:00
2025_10_08_070015_create_volume_items_table.php feat(order): membuat crud 2025-10-27 19:25:10 +07:00
2025_10_28_150511_create_whatsapps_table.php feat(whatsapp service): menambahkan zawa api di config service 2025-10-28 23:27:32 +07:00
2025_10_29_013939_create_price_requests_table.php feat: membuat skema table untuk show harga beli 2025-10-29 10:05:50 +07:00
2025_10_31_144909_create_activity_log_table.php feat: install and configure spatie activity log 2025-10-31 15:07:01 +07:00
2025_10_31_144910_add_event_column_to_activity_log_table.php feat: install and configure spatie activity log 2025-10-31 15:07:01 +07:00
2025_10_31_144911_add_batch_uuid_column_to_activity_log_table.php feat: install and configure spatie activity log 2025-10-31 15:07:01 +07:00
2025_11_01_190446_create_tier_rewards_table.php feat(tier reward): implementasi crud untuk hadiah tier 2025-11-04 21:27:20 +07:00
2025_11_04_220210_create_user_voucher_table.php feat(User Voucher): menambahkan table pivot 2025-11-05 09:57:26 +07:00
2025_11_06_084400_create_faqs_table.php feat(faq): implementasi CRUD 2025-11-06 09:00:15 +07:00
2025_11_06_094639_create_perfume_features_table.php feat(feature): implementasi CRUD fitur keunggulan parfum dan pilih kami 2025-11-06 11:26:22 +07:00
2025_11_06_100555_create_choose_us_table.php chore(choose us): menghapus kolom icon dan warna dan menyesuaikan logikanya 2025-11-06 13:44:26 +07:00