OrangeGuidanceTomestone/server/migrations/6_add_glyph.sql

3 lines
70 B
SQL

alter table messages
add column glyph integer not null default 0;