property_group

11 rows


Description

MIRROR of newsoft_erp.public.property_group (same ids), maintained by newsoft_erp rpc.fn_save_property_group over dblink. Do not edit by hand — create and rename groups from the Authen admin app, which writes the ERP master.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 √ nextval('property_group_id_seq'::regclass)
property.prop_group_id fk_property_group_id N
user_group.prop_group_id fk_user_group_prop_group C
name text 2147483647 √ null

Indexes

Constraint Name Type Sort Column(s)
property_group_pkey Primary key Asc id

Relationships