#53, #52, #51 change Points

This commit is contained in:
Kevin Adametz 2022-07-21 10:37:34 +02:00
parent 582ca8299d
commit 263cf93a1e
41 changed files with 812 additions and 288 deletions

View file

@ -34,6 +34,8 @@ class CreateUserSalesVolumesTable extends Migration
$table->string('message', 255)->nullable();
$table->unsignedTinyInteger('status')->index()->default(0);
$table->text('syslog')->nullable();
$table->timestamps();
$table->foreign('user_id')