index
:
frippy
dev
master
IRC Bot
Mavulp
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
migrations
/
2017-11-03-164322_create_factoids
/
up.sql
blob: 84e9f9daa4dd939ef8be3b29343027baba4dcb3b (
plain
) (
blame
)
1
2
3
4
CREATE
TABLE
factoids
(
name
VARCHAR
(
32
)
PRIMARY
KEY
,
content
VARCHAR
(
5000
)
NOT
NULL
)