feed_config


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('system.feed_config_id_seq'::regclass)
feed_id int4 10 null
feed.id fk_feed_id R
key text 2147483647 null
value text 2147483647 null

Table contained 52 rows

Indexes

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

Relationships