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
Tree:
385ab7e946
Branches
Tags
dev
BBS-SERVER
/
prisma
/
migrations
/
20230109133424_upset_post_add_is_top
/
migration.sql
migration.sql
84 B
History
Raw
1
2
-- AlterTable
ALTER TABLE `post` ADD COLUMN `isTop` BOOLEAN NOT NULL DEFAULT false;