update working days type
This commit is contained in:
parent
b9fa0f8c3e
commit
709d3524b4
|
|
@ -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();
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue