feat(word): show/play UK-US audio and add example sentence
This commit is contained in:
@@ -12,6 +12,7 @@ CREATE TABLE IF NOT EXISTS words (
|
||||
audio_us VARCHAR(500) COMMENT '美式音频文件路径',
|
||||
part_of_speech VARCHAR(50) COMMENT '词性',
|
||||
definition TEXT COMMENT '标准释义',
|
||||
example_sentence TEXT COMMENT '例句',
|
||||
created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
|
||||
updated_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
||||
INDEX idx_word (word)
|
||||
|
||||
Reference in New Issue
Block a user