Lot's of bug fixes
This commit is contained in:
parent
ad320963fc
commit
7718ed6c32
196 changed files with 51167 additions and 3010 deletions
|
@ -20,6 +20,8 @@ class CreateSeatsTable extends Migration
|
|||
$table->integer('seat');
|
||||
$table->string('voucher');
|
||||
$table->timestamp('date');
|
||||
$table->boolean('loaded')->default(0);
|
||||
$table->boolean('paid')->default(0);
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
|
Reference in a new issue