3 lines
75 B
MySQL
3 lines
75 B
MySQL
|
-- AlterTable
|
||
|
ALTER TABLE "users" ALTER COLUMN "tipDefault" SET DEFAULT 1;
|