This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
liuqianpan2008
/
BBS-SERVER
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Ramură:
dev
Ramuri
Etichete
dev
BBS-SERVER
/
prisma
/
migrations
/
20230107075128_post_add_views
/
migration.sql
migration.sql
89 B
Permalink
Istoric
Crud
1
2
-- AlterTable
ALTER TABLE `post` ADD COLUMN `views` INTEGER UNSIGNED NOT NULL DEFAULT 0;