|
Lines 1477-1482
CREATE TABLE `borrower_modifications` (
Link Here
|
| 1477 |
`smsalertnumber` varchar(50) DEFAULT NULL, |
1477 |
`smsalertnumber` varchar(50) DEFAULT NULL, |
| 1478 |
`privacy` int(11) DEFAULT NULL, |
1478 |
`privacy` int(11) DEFAULT NULL, |
| 1479 |
`extended_attributes` mediumtext DEFAULT NULL, |
1479 |
`extended_attributes` mediumtext DEFAULT NULL, |
|
|
1480 |
`consents` mediumtext DEFAULT NULL COMMENT 'JSON-encoded plugin consents for self-registration', |
| 1480 |
`gdpr_proc_consent` datetime DEFAULT NULL COMMENT 'data processing consent', |
1481 |
`gdpr_proc_consent` datetime DEFAULT NULL COMMENT 'data processing consent', |
| 1481 |
`primary_contact_method` varchar(45) DEFAULT NULL COMMENT 'useful for reporting purposes', |
1482 |
`primary_contact_method` varchar(45) DEFAULT NULL COMMENT 'useful for reporting purposes', |
| 1482 |
`lang` varchar(25) DEFAULT NULL, |
1483 |
`lang` varchar(25) DEFAULT NULL, |
| 1483 |
- |
|
|