rocket_page/migrations/2020-07-19-144907_rename_column/up.sql

3 lines
76 B
MySQL
Raw Normal View History

2020-07-23 11:45:59 +02:00
-- Your SQL goes here
Alter Table klassen Rename Column ordinal to ordnung;