2 lines
81 B
MySQL
2 lines
81 B
MySQL
|
|
-- AlterTable
|
||
|
|
ALTER TABLE "users" ADD COLUMN "timeFormat" INTEGER DEFAULT 12;
|