This website requires JavaScript.
Explore
Help
Sign in
emgauwa
/
core-legacy
Watch
2
Star
0
Fork
You've already forked core-legacy
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
6728ef9264
core-legacy
/
sql
/
cache.sql
9 lines
169 B
MySQL
Raw
Normal View
History
Unescape
Escape
add: cache (WIP)
2020-08-13 14:29:26 +00:00
CREATE
TABLE
cache
(
key
STRING
PRIMARY
KEY
,
value
TEXT
NOT
NULL
,
expiration
INT
DEFAULT
0
fix: minor code refactor
2020-08-13 09:26:06 +00:00
)
;
Reference in a new issue
Copy permalink