This website requires JavaScript.
Explore
Help
Sign in
leqsikoni
/
database
Watch
1
Star
0
Fork
You've already forked database
0
Code
Activity
cfa8d26d49
database
/
20230218104748_remove_part_english_names.up.sql
2 lines
44 B
MySQL
Raw
Normal View
History
Unescape
Escape
Remove column `parts.english_name`
2023-02-18 05:52:28 -05:00
ALTER
TABLE
parts
DROP
COLUMN
english_name
;
Copy permalink