update working days type

This commit is contained in:
JOSEPH LE 2024-07-01 10:59:56 +07:00
parent b9fa0f8c3e
commit 709d3524b4
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ return new class extends Migration
$table->id();
$table->integer('month');
$table->integer('year');
$table->integer('working_days');
$table->float('working_days');
$table->json('data');
$table->timestamps();
});