Bổ sung migrate bảng ngày nghỉ
This commit is contained in:
parent
2cb4eabcf0
commit
2cc8472bc6
|
|
@ -16,7 +16,7 @@ return new class extends Migration
|
|||
$table->integer('ld_user_id'); // Giả định user_id là khóa ngoại
|
||||
$table->float('ld_day');
|
||||
$table->integer('ld_year');
|
||||
$table->float('ld_date_additional');
|
||||
$table->float('ld_date_additional')->default(0);
|
||||
$table->text('ld_note')->nullable();
|
||||
$table->timestamps();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue