Files
resourcespace/dbstruct/table_usergroup.txt
2025-07-18 16:20:14 +07:00

21 lines
628 B
Plaintext

ref,int(11),NO,PRI,,auto_increment
name,varchar(100),YES,,,
permissions,text,YES,,,
parent,varchar(50),YES,,,
search_filter,text,YES,,,
edit_filter,text,YES,,,
derestrict_filter,text,YES,,,
ip_restrict,text,YES,,,
resource_defaults,text,YES,,,
config_options,text,YES,,,
welcome_message,text,YES,,,
request_mode,int(11),NO,,0,
allow_registration_selection,int(11),NO,,0,
group_specific_logo,text,YES,,,
inherit_flags,text,YES,,,
search_filter_id,int(11),YES,,,
download_limit,smallint,NO,,0,
download_log_days,smallint,NO,,0,
edit_filter_id,int(11),YES,,,
derestrict_filter_id,int(11),YES,,,
group_specific_logo_dark,text,YES,,,