funcion/actualizar-canasta-desde-compras #39
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class CrearCargaDeCanastas extends Migration
|
||||||
{
|
{
|
||||||
Schema::create('carga_de_canastas', function (Blueprint $table) {
|
Schema::create('carga_de_canastas', function (Blueprint $table) {
|
||||||
$table->id();
|
$table->id();
|
||||||
$table->string('nombre');
|
$table->string('path');
|
||||||
$table->string('descripcion');
|
$table->string('descripcion');
|
||||||
$table->timestamps();
|
$table->timestamps();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue