string('id', 7)->primary(); $table->string('name'); $table->string('tel'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('departments'); } }