3 lines
77 B
MySQL
Raw Normal View History

2023-05-06 18:53:10 -05:00
-- AlterTable
ALTER TABLE "users" ALTER COLUMN "tipDefault" SET DEFAULT 100;