funcion/actualizar-canasta-desde-compras #39
|
@ -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