OrangeGuidanceTomestone/server/migrations/3_add_extra.sql

3 lines
67 B
MySQL
Raw Normal View History

2022-09-05 04:02:36 +00:00
alter table users
add column extra integer not null default 0;