ir_config_parameter

-1 rows


Description

System Parameter

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('ir_config_parameter_id_seq'::regclass)
create_uid int4 10 null
res_users.id ir_config_parameter_create_uid_fkey N

Created by

write_uid int4 10 null
res_users.id ir_config_parameter_write_uid_fkey N

Last Updated by

key varchar 2147483647 null

Key

value text 2147483647 null

Value

create_date timestamp 29,6 null

Created on

write_date timestamp 29,6 null

Last Updated on

Indexes

Constraint Name Type Sort Column(s)
ir_config_parameter_pkey Primary key Asc id
ir_config_parameter_key_uniq Must be unique Asc key

Relationships