funcion/actualizar-canasta-desde-compras #39

Merged
rho merged 23 commits from funcion/actualizar-canasta-desde-compras into master 2024-12-27 19:32:17 -03:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1f2ab91bd3 - Show all commits

View File

@ -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();
});