SeoLocationMetadatas


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 gen_random_uuid()
city_id int4 10 null
Cities.id SeoLocationMetadatas_city_id_fkey R
seo_page_metadata_id uuid 2147483647 null
SeoPageMetadatas.id SeoLocationMetadatas_seo_page_metadata_id_fkey R
created_at timestamptz 35,6 now()
updated_at timestamptz 35,6 now()
location_id uuid 2147483647 null
Locations.id SeoLocationMetadatas_location_id_fkey N

Foreign Key to Location Table

Indexes

Constraint Name Type Sort Column(s)
SeoLocationMetadatas_pkey Primary key Asc id
growth_SeoLocationMetadatas_city_id_idx Performance Asc city_id
growth_SeoLocationMetadatas_seo_page_metadata_id_idx Performance Asc seo_page_metadata_id
SeoLocationMetadata_locationId_idx Performance Asc location_id
SeoLocationMetadatas_seo_page_metadata_id_key Must be unique Asc seo_page_metadata_id

Relationships