mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 11:42:15 +01:00
Added billable rates; Added project members; Added visibility to projects
This commit is contained in:
@@ -17,6 +17,8 @@ return new class extends Migration
|
||||
$table->uuid('id')->primary();
|
||||
$table->string('name', 255);
|
||||
$table->string('color', 16);
|
||||
$table->integer('billable_rate')->unsigned()->nullable();
|
||||
$table->boolean('is_public')->default(false);
|
||||
$table->uuid('client_id')->nullable();
|
||||
$table->foreign('client_id')
|
||||
->references('id')
|
||||
|
||||
Reference in New Issue
Block a user