mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-01 20:59:24 +00:00
wip
This commit is contained in:
@@ -21,7 +21,7 @@ return new class extends Migration
|
||||
$table->string('user')->default('root');
|
||||
$table->foreignId('team_id');
|
||||
$table->foreignId('private_key_id');
|
||||
$table->schemalessAttributes('extra_attributes');
|
||||
$table->schemalessAttributes('proxy');
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user