sense_examples

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
sense_example_id VARCHAR 255 null
sense_example_translations.sense_example_id sense_example_translations_sense_example_id_foreign C
sense_id VARCHAR 255 null
entry_senses.entry_sense_id sense_examples_sense_id_foreign C
example_text TEXT 65535 null
source_id VARCHAR 255 null
sources.source_id sense_examples_source_id_foreign N
location_id VARCHAR 255 null
locations.location_id sense_examples_location_id_foreign N
speaker_id VARCHAR 255 null
speakers.speaker_id sense_examples_speaker_id_foreign N
year INT 10 null
is_constructed BIT 1 null
certainty_id VARCHAR 255 null
certainty_labels.certainty_labels_id sense_examples_certainty_id_foreign N
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 sense_example_id
sense_examples_certainty_id_foreign Performance Asc certainty_id
sense_examples_location_id_foreign Performance Asc location_id
sense_examples_sense_id_foreign Performance Asc sense_id
sense_examples_source_id_foreign Performance Asc source_id
sense_examples_speaker_id_foreign Performance Asc speaker_id

Relationships