feature/modelos-y-migraciones #3
|
@ -13,7 +13,7 @@ public function up(): void
|
|||
{
|
||||
Schema::create('productos', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->string('name', 100);
|
||||
$table->string('name', 200);
|
||||
$table->double('price', 15, 2);
|
||||
$table->unsignedBigInteger('categoria_id');
|
||||
$table->boolean('solidario');
|
||||
|
|
Loading…
Reference in New Issue