Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | √ | null |
|
|
||
name | VARCHAR | 255 | null |
|
|
|||
selfRegistrationBarcodePrefix | VARCHAR | 10 | √ | '' |
|
|
||
selfRegBarcodeSuffixLength | INT | 10 | √ | 0 |
|
|
||
noDuplicateCheck | TINYINT | 3 | √ | 0 |
|
|
||
promptForParentInSelfReg | TINYINT | 3 | 0 |
|
|
|||
promptForSMSNoticesInSelfReg | TINYINT | 3 | 0 |
|
|
|||
cityStateField | TINYINT | 3 | 0 |
|
|
|||
selfRegistrationUserProfile | VARCHAR | 20 | √ | 'SELFREG' |
|
|
||
termsOfServiceSetting | INT | 10 | -1 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
self_registration_form_s_pk | Primary key | Asc | id |
name | Must be unique | Asc | name |
PRIMARY | Must be unique | Asc | id |