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
/
20230107075128_post_add_views
/
migration.sql
migration.sql
89 B
Permalink
History
Raw
1
2
-- AlterTable
ALTER TABLE `post` ADD COLUMN `views` INTEGER UNSIGNED NOT NULL DEFAULT 0;