This website works better with JavaScript
Home
Explore
Help
Register
Sign In
liuqianpan2008
/
BBS-SERVER
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
dev
Branches
Tags
dev
BBS-SERVER
/
prisma
/
migrations
/
20230109125426_setup_auth_add_jurisdiction
/
migration.sql
migration.sql
96 B
Permalink
History
Raw
1
2
-- AlterTable
ALTER TABLE `auth` ADD COLUMN `jurisdiction` INTEGER UNSIGNED NOT NULL DEFAULT 0;