entry_variant_locations

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT UNSIGNED 20 null
entry_variant_id VARCHAR 255 null
entry_variants.entry_variant_id entry_variant_locations_entry_variant_id_foreign C
location_id VARCHAR 255 null
locations.location_id entry_variant_locations_location_id_foreign C
created_at TIMESTAMP 19 null
updated_at TIMESTAMP 19 null
deleted_at TIMESTAMP 19 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
entry_variant_locations_entry_variant_id_location_id_unique Must be unique Asc/Asc entry_variant_id + location_id
entry_variant_locations_location_id_foreign Performance Asc location_id

Relationships