bigIncrements('id'); $table->string('project_name'); $table->string('project_number'); $table->timestamps(); }); } public function down() { Schema::dropIfExists('projects'); } }