Merge pull request 'Update 2024_08_02_025714_create_categories_table.php' (#4) from truong-sprint-1 into master
Reviewed-on: #4
This commit is contained in:
commit
4a6bc534ff
|
|
@ -27,7 +27,7 @@ return new class extends Migration
|
||||||
'c_code' => 'S',
|
'c_code' => 'S',
|
||||||
'c_name' => 'Buổi Sáng',
|
'c_name' => 'Buổi Sáng',
|
||||||
'c_type' => 'TIME_TYPE',
|
'c_type' => 'TIME_TYPE',
|
||||||
'c_value' => null,
|
'c_value' => "0.5",
|
||||||
'c_active' => 1,
|
'c_active' => 1,
|
||||||
'created_at' => now(),
|
'created_at' => now(),
|
||||||
'updated_at' => now(),
|
'updated_at' => now(),
|
||||||
|
|
@ -36,7 +36,7 @@ return new class extends Migration
|
||||||
'c_code' => 'C',
|
'c_code' => 'C',
|
||||||
'c_name' => 'Buổi Chiều',
|
'c_name' => 'Buổi Chiều',
|
||||||
'c_type' => 'TIME_TYPE',
|
'c_type' => 'TIME_TYPE',
|
||||||
'c_value' => null,
|
'c_value' => "0.5",
|
||||||
'c_active' => 1,
|
'c_active' => 1,
|
||||||
'created_at' => now(),
|
'created_at' => now(),
|
||||||
'updated_at' => now(),
|
'updated_at' => now(),
|
||||||
|
|
@ -45,7 +45,7 @@ return new class extends Migration
|
||||||
'c_code' => 'ALL',
|
'c_code' => 'ALL',
|
||||||
'c_name' => 'Cả Ngày',
|
'c_name' => 'Cả Ngày',
|
||||||
'c_type' => 'TIME_TYPE',
|
'c_type' => 'TIME_TYPE',
|
||||||
'c_value' => null,
|
'c_value' => "1",
|
||||||
'c_active' => 1,
|
'c_active' => 1,
|
||||||
'created_at' => now(),
|
'created_at' => now(),
|
||||||
'updated_at' => now(),
|
'updated_at' => now(),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue