register, Grundpreis
This commit is contained in:
parent
f06d2d15a5
commit
8e4bb0c2f6
32 changed files with 965 additions and 216 deletions
|
|
@ -36,6 +36,9 @@ class CreateProductsTable extends Migration
|
|||
|
||||
|
||||
$table->string('contents')->nullable();
|
||||
$table->unsignedInteger('contents_total')->nullable();
|
||||
$table->unsignedTinyInteger('unit')->nullable();
|
||||
|
||||
$table->string('number')->nullable();
|
||||
$table->string('icons')->nullable(); //as array cast
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue