This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
liuqianpan2008
/
BBS-SERVER
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
c8ce198eb3
Rami (Branch)
Tag
dev
BBS-SERVER
/
prisma
/
migrations
/
20230107075128_post_add_views
/
migration 2.sql
migration 2.sql
89 B
Cronologia
Originale
1
2
-- AlterTable
ALTER TABLE `post` ADD COLUMN `views` INTEGER UNSIGNED NOT NULL DEFAULT 0;