Files
nestjs-admin/server/prisma/migrations/20241026052827_/migration.sql
2024-10-26 16:47:07 +08:00

3 lines
87 B
SQL

-- AlterTable
ALTER TABLE "sys_menu" ADD COLUMN "sort" INTEGER NOT NULL DEFAULT 0;