Name | Type | Default | Nullable | Children | Parents | Comment |
---|---|---|---|---|---|---|
id | integer | nextval('blog_options_id_seq'::regclass) | false | |||
blog_id | integer | false | backup.blogs | |||
label | text | true | ||||
updated | timestamp without time zone | true |
Name | Type | Definition |
---|---|---|
blog_options_blog_id_fk | FOREIGN KEY | FOREIGN KEY (blog_id) REFERENCES blogs(id) ON DELETE CASCADE |
blog_options_pkey | PRIMARY KEY | PRIMARY KEY (id) |
Name | Definition |
---|---|
blog_options_pkey | CREATE UNIQUE INDEX blog_options_pkey ON backup.blog_options USING btree (id) |
Generated by tbls