Add GitHub, GitLab, DeployKeys
This commit is contained in:
@@ -13,6 +13,8 @@ return new class extends Migration
|
||||
{
|
||||
Schema::create('kubernetes', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->string('uuid')->unique();
|
||||
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user