This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
liuqianpan2008
/
BBS-SERVER
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
44ed36ada1
Branches
Tags
dev
BBS-SERVER
/
prisma
/
migrations
/
20230107075128_post_add_views
/
migration.sql
migration.sql
89 B
Historique
Raw
1
2
-- AlterTable
ALTER TABLE `post` ADD COLUMN `views` INTEGER UNSIGNED NOT NULL DEFAULT 0;