public.logs
July 8, 2020 ยท View on GitHub
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
Generated by tbls