increments('id'); $table->string('part2_b', 3); $table->string('part2_t', 3); $table->string('part1', 2); $table->string('scope', 20); $table->string('type', 20); $table->string('ref_name', 150); $table->boolean('active')->default(true); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('languages'); } }