integer('ID', true); $table->string('BankNum', 3); $table->string('BankName', 10); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('Bank'); } }