SeoLocationTextualContents


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 gen_random_uuid()
city_id int4 10 null
Cities.id SeoLocationTextualContents_city_id_fkey R
textual_content_id uuid 2147483647 null
SeoTextualContents.id SeoLocationTextualContents_textual_content_id_fkey R
created_at timestamptz 35,6 now()
updated_at timestamptz 35,6 now()
location_id uuid 2147483647 null
Locations.id SeoLocationTextualContents_location_id_fkey N

Foreign Key to Location Table

Indexes

Constraint Name Type Sort Column(s)
SeoLocationTextualContents_pkey Primary key Asc id
growth_SeoLocationTextualContents_city_id_idx Performance Asc city_id
growth_SeoLocationTextualContents_textual_content_id_idx Performance Asc textual_content_id
SeoLocationTextualContent_locationId_idx Performance Asc location_id
SeoLocationTextualContents_textual_content_id_key Must be unique Asc textual_content_id

Relationships