TopicTabs


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 public.gen_random_uuid()
TopicTabHashtags.TopicTabId TopicTabHashtags_TopicTabId_fkey R

primary key

name text 2147483647 null

topic name

order int2 5 null

the order for UI

createdAt timestamptz 35,6 now()

created time

updatedAt timestamptz 35,6 now()

updated time

Indexes

Constraint Name Type Sort Column(s)
TopicTabs_pkey Primary key Asc id

Check Constraints

Constraint Name Constraint
order_positive_only (("order" > 0))

Relationships