Regalamiunsorriso/www/admin/_alterTable/_old/10_stockofferte.sql

10 lines
440 B
MySQL
Raw Normal View History

2026-04-07 18:02:17 +02:00
ALTER TABLE `ARTICOLO` ALTER COLUMN `flgStockOfferte` DROP DEFAULT;
ALTER TABLE `ARTICOLO` MODIFY `flgStockOfferte` CHAR(1) DEFAULT '0' COMMENT '0:no 1:stock 2:offerte';
# ---------------------------------------------------------------------- #
# Modify table "DOCUMENTO" #
# ---------------------------------------------------------------------- #
ALTER TABLE `DOCUMENTO` DROP COLUMN `xx`;