This website requires JavaScript.
Explore
Help
Sign In
Lanmikeman
/
openvk
Watch
1
Star
1
Fork
You've already forked openvk
0
mirror of
https://github.com/openvk/openvk
synced
2025-03-15 22:16:36 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
222601383d
openvk
/
install
/
sqls
/
00039-suggest-posts.sql
2 lines
95 B
MySQL
Raw
Normal View
History
Unescape
Escape
newlines
2023-08-06 18:36:25 +03:00
ALTER
TABLE
`
posts
`
ADD
`
suggested
`
TINYINT
(
2
)
UNSIGNED
NOT
NULL
DEFAULT
'
0
'
AFTER
`
deleted
`
;
Reference in a new issue
Copy permalink