|
@@ -14,6 +14,9 @@ return new class extends Migration
|
|
|
Schema::create('hosting_subscriptions', function (Blueprint $table) {
|
|
|
$table->id();
|
|
|
|
|
|
+ $table->bigInteger('phyre_server_id')->nullable();
|
|
|
+ $table->bigInteger('external_id')->nullable();
|
|
|
+
|
|
|
$table->bigInteger('customer_id')->nullable();
|
|
|
$table->bigInteger('hosting_plan_id')->nullable();
|
|
|
|