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
Branche:
dev
Branches
Tags
dev
BBS-SERVER
/
prisma
/
migrations
/
20230107075128_post_add_views
/
migration 2.sql
migration 2.sql
89 B
Lien permanent
Historique
Raw
1
2
-- AlterTable
ALTER TABLE `post` ADD COLUMN `views` INTEGER UNSIGNED NOT NULL DEFAULT 0;