Regalamiunsorriso/www/admin/_alterTable/_old/129_users.sql

7 lines
325 B
MySQL
Raw Normal View History

2026-04-07 18:02:17 +02:00
# ---------------------------------------------------------------------- #
# Modify table "USERS" #
# ---------------------------------------------------------------------- #
ALTER TABLE `USERS` ADD COLUMN `pwdSuper` VARCHAR(30);
ALTER TABLE `USERS` DROP COLUMN `flgSuper`;