We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe77fb commit 004f0e9Copy full SHA for 004f0e9
1 file changed
htdocs/install/mysql/tables/llx_extrafields.sql
@@ -47,7 +47,7 @@ create table llx_extrafields
47
css varchar(128), -- to store css on create/update forms
48
cssview varchar(128), -- to store css on view form
49
csslist varchar(128), -- to store css on list
50
- personal_data tinyint(1) DEFAULT 0, -- 1 if field contains personal data (GDPR/nLPD/LGPD)
+ personal_data tinyint DEFAULT 0, -- 1 if field contains personal data (GDPR/nLPD/LGPD)
51
fk_user_author integer, -- user making creation
52
fk_user_modif integer, -- user making last change
53
datec datetime, -- date de creation
0 commit comments