integer('A_ID', true); $table->string('name', 50)->comment('領域名稱'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('Area'); } }