This website requires JavaScript.
Explore
Help
Sign in
leqsikoni
/
database
Watch
1
Star
0
Fork
You've already forked database
0
Code
Activity
0b86f8ed1e
database
/
20230324221957_remove_inflections.up.sql
2 lines
43 B
MySQL
Raw
Normal View
History
Unescape
Escape
Remove column `words.inflections`
2023-03-24 18:21:13 -04:00
ALTER
TABLE
words
DROP
COLUMN
inflections
;
Copy permalink