administrator.blogs

January 17, 2025 ยท View on GitHub

Description

admin blogs

Columns

NameTypeDefaultNullableChildrenParentsComment
idintegernextval('administrator.blogs_id_seq'::regclass)false
user_idintegerfalsepublic.users
nametextfalse
descriptiontexttrue
createdtimestamp without time zonefalse
updatedtimestamp without time zonetrue

Viewpoints

NameDefinition
administratoradministrator schema only

Constraints

NameTypeDefinition
blogs_user_id_fkFOREIGN KEYFOREIGN KEY (user_id) REFERENCES users(id) ON DELETE CASCADE
blogs_pkeyPRIMARY KEYPRIMARY KEY (id)

Indexes

NameDefinition
blogs_pkeyCREATE UNIQUE INDEX blogs_pkey ON administrator.blogs USING btree (id)

Relations

er


Generated by tbls