salix/db/versions/.archive/10186-silverGerbera/01-alter_Table_buy.sql

3 lines
196 B
MySQL
Raw Normal View History

-- buy.sticker not null, por defecto valor cero
ALTER TABLE vn.buy MODIFY COLUMN stickers int(11) DEFAULT 0 NOT NULL;
ALTER TABLE vn.buy MODIFY COLUMN printedStickers int(11) DEFAULT 0 NOT NULL;