2 lines
88 B
SQL
2 lines
88 B
SQL
ALTER TABLE word_forms
|
|
ADD COLUMN inflection_id BIGINT REFERENCES inflections (id);
|