Bổ sung migrate bảng ngày nghỉ

This commit is contained in:
Truong Vo 2024-08-06 08:44:18 +07:00
parent 2cb4eabcf0
commit 2cc8472bc6
1 changed files with 1 additions and 1 deletions

View File

@ -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();