id(); $table->string('fullname'); $table->string('email'); $table->string('username'); $table->string('status'); $table->date('create_trial'); $table->date('rent_period'); $table->string('aplikasi'); $table->bigInteger('agent_id'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }