id(); $table->string('name'); $table->timestamps(); }); } public function down() { Schema::dropIfExists('estandars'); } };