3 lines
76 B
MySQL
Raw Normal View History

2022-04-12 16:09:12 -05:00
-- AlterTable
ALTER TABLE "users" ALTER COLUMN "tipDefault" SET DEFAULT 10;