parent
582ca8299d
commit
263cf93a1e
41 changed files with 812 additions and 288 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue