string('pro_id',6)->primary(); $table->string('pro_name', 50); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('provinces'); } };