backup DB Full

This commit is contained in:
Victor Phan
2026-01-11 09:32:05 +07:00
parent f98e0efd42
commit 1cf9e8ad50
10 changed files with 422 additions and 1 deletions

8
migrations.csv Normal file
View File

@@ -0,0 +1,8 @@
#,id,migration,batch
1,1,2014_10_12_000000_create_users_table,1
2,2,2014_10_12_100000_create_password_resets_table,1
3,3,2019_08_19_000000_create_failed_jobs_table,1
4,4,2019_12_14_000001_create_personal_access_tokens_table,1
5,5,2024_12_11_040120_create_notifications_table,1
6,6,2026_01_08_040853_create_danh_sach_giai_thuong_table,2
7,7,2026_01_08_040907_create_danh_sach_nguoi_dung_table,2
1 # id migration batch
2 1 1 2014_10_12_000000_create_users_table 1
3 2 2 2014_10_12_100000_create_password_resets_table 1
4 3 3 2019_08_19_000000_create_failed_jobs_table 1
5 4 4 2019_12_14_000001_create_personal_access_tokens_table 1
6 5 5 2024_12_11_040120_create_notifications_table 1
7 6 6 2026_01_08_040853_create_danh_sach_giai_thuong_table 2
8 7 7 2026_01_08_040907_create_danh_sach_nguoi_dung_table 2