OrangeGuidanceTomestone/server/migrations/6_add_glyph.sql

3 lines
70 B
MySQL
Raw Normal View History

2022-09-06 04:24:32 +00:00
alter table messages
add column glyph integer not null default 0;