tweaks to import csv page

This commit is contained in:
Nathan Coad
2018-06-22 17:22:31 +10:00
parent 192032bab6
commit 1ab47f50b4
2 changed files with 7 additions and 2 deletions

View File

@@ -910,6 +910,7 @@ function booking_schema() {
'booking_committee_member' => array('type' => 'varchar', 'length' => '1', 'not null' => FALSE, 'default' => 'N'),
'booking_welfare_required' => array('type' => 'varchar', 'length' => '1', 'not null' => FALSE, 'default' => 'N'),
'booking_barcode' => array('type' => 'varchar', 'length' => '20', 'not null' => FALSE),
'booking_qrcode_url' => array('type' => 'varchar', 'length' => '500', 'not null' => FALSE),
'booking_luckynum' => array('type' => 'int', 'unsigned' => TRUE, 'not null' => FALSE, 'disp-width' => '10', 'default' => 0),
'booking_readinggroup' => array('type' => 'varchar', 'length' => '200', 'not null' => FALSE),
'booking_shirt_size' => array('type' => 'varchar', 'length' => '20', 'not null' => FALSE),