entry_crossrefs

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
entry_crossref_id VARCHAR 255 null
entry_crossref_translations.entry_crossref_id entry_crossref_translations_entry_crossref_id_foreign C
source_entry_id VARCHAR 255 null
entries.entry_id entry_crossrefs_source_entry_id_foreign C
target_entry_id VARCHAR 255 null
entries.entry_id entry_crossrefs_target_entry_id_foreign C
target_sense_id VARCHAR 255 null
entry_senses.entry_sense_id entry_crossrefs_target_sense_id_foreign C
source_id VARCHAR 255 null
sources.source_id entry_crossrefs_source_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 entry_crossref_id
entry_crossrefs_source_entry_id_foreign Performance Asc source_entry_id
entry_crossrefs_source_id_foreign Performance Asc source_id
entry_crossrefs_target_entry_id_foreign Performance Asc target_entry_id
entry_crossrefs_target_sense_id_foreign Performance Asc target_sense_id

Relationships