id(); $table->string('idpaket_aplikasi'); $table->string('nama_period'); $table->string('period'); $table->string('harga'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }