Cambios nombre columna
This commit is contained in:
parent
184b53cfc8
commit
1f2ab91bd3
|
@ -15,7 +15,7 @@ class CrearCargaDeCanastas extends Migration
|
|||
{
|
||||
Schema::create('carga_de_canastas', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->string('nombre');
|
||||
$table->string('path');
|
||||
$table->string('descripcion');
|
||||
$table->timestamps();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue