Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 855 Bytes

backup.blogs.md

File metadata and controls

33 lines (22 loc) · 855 Bytes

backup.blogs

Description

Columns

Name Type Default Nullable Children Parents Comment
id integer nextval('blogs_id_seq'::regclass) false backup.blog_options
user_id integer false
dump text false
created timestamp without time zone false
updated timestamp without time zone true

Constraints

Name Type Definition
blogs_pkey PRIMARY KEY PRIMARY KEY (id)

Indexes

Name Definition
blogs_pkey CREATE UNIQUE INDEX blogs_pkey ON backup.blogs USING btree (id)

Relations

er


Generated by tbls