id(); $table->string('name'); $table->string('email'); $table->string('template'); $table->string('dashboard'); $table->string('service'); $table->string('domain'); $table->string('status'); $table->string('bukti_pembayaran'); $table->bigInteger('whmcs_order_id'); $table->bigInteger('whmcs_client_id'); $table->bigInteger('zone_id'); $table->datetime('created_at'); $table->datetime('active_at'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }