mirror of
https://github.com/hknsh/project-knedita.git
synced 2024-11-29 01:41:16 +00:00
2 lines
72 B
SQL
2 lines
72 B
SQL
-- AlterTable
|
|
ALTER TABLE "Post" ALTER COLUMN "updatedAt" DROP DEFAULT;
|