Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 762 Bytes

public.logs.md

File metadata and controls

25 lines (17 loc) · 762 Bytes

public.logs

Description

audit log table

Columns

Name Type Default Nullable Children Parents Comment
id uuid uuid_generate_v4() false
user_id integer false public.users
post_id bigint true public.posts
comment_id bigint true public.comments
comment_star_id uuid true public.comment_stars
payload text true
created timestamp without time zone false

Relations

er


Generated by tbls