Update 2024_08_02_025714_create_categories_table.php
This commit is contained in:
parent
8125ab8e16
commit
3adc832da7
|
|
@ -52,7 +52,7 @@ return new class extends Migration
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'c_code' => 'WFH',
|
'c_code' => 'WFH',
|
||||||
'c_name' => 'Work For Home',
|
'c_name' => 'Work From Home',
|
||||||
'c_type' => 'REASON',
|
'c_type' => 'REASON',
|
||||||
'c_value' => null,
|
'c_value' => null,
|
||||||
'c_active' => 1,
|
'c_active' => 1,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue