Пофиксил миграцию
This commit is contained in:
		
							parent
							
								
									b02f61fac5
								
							
						
					
					
						commit
						4c9c374090
					
				|  | @ -16,8 +16,8 @@ public function up(): void | ||||||
|             $table->unsignedBigInteger('user_id'); |             $table->unsignedBigInteger('user_id'); | ||||||
|             $table->foreign('user_id')->references('id')->on('users'); |             $table->foreign('user_id')->references('id')->on('users'); | ||||||
|             $table->string('name', length: 256); |             $table->string('name', length: 256); | ||||||
|             $table->double('price'); |             $table->double('price')->nullable(); | ||||||
|             $table->string('url', length: 256); |             $table->string('url', length: 256)->nullable(); | ||||||
|             $table->timestamps(); |             $table->timestamps(); | ||||||
|         }); |         }); | ||||||
|     } |     } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue