id(); $table->text('metas'); $table->text('descripcion'); $table->date('fecha_meta'); $table->string('status'); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('metas'); } };