Banners


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 public.gen_random_uuid()
BannerHashtags.BannerId BannerHashtags_BannerId_fkey R

primary key

createdAt timestamptz 35,6 now()

created time

updatedAt timestamptz 35,6 now()

updated time

name text 2147483647 null

banner name

link text 2147483647 null

link, nullable value, if this value is null, please find hashtags in gcud.“BannerHashtags”

bannerImage text 2147483647 null

banner image

order int2 5 null

the order for UI

Indexes

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

Check Constraints

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

Relationships