3 lines
89 B
MySQL
3 lines
89 B
MySQL
|
|
-- AlterTable
|
||
|
|
ALTER TABLE `Handle` ADD COLUMN `avatar` VARCHAR(191) NOT NULL DEFAULT '';
|