audit log table
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 |
Generated by tbls