This website requires JavaScript.
Explore
Help
Sign In
Xeorg
/
mi
Watch
2
Star
0
Fork
You've already forked mi
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
c6b7c338d0
mi
/
backend
/
migrations
/
2020-11-04-153112_blogposts
/
up.sql
5 lines
106 B
MySQL
Raw
Normal View
History
Unescape
Escape
add blogposts table
2020-11-04 15:35:26 +00:00
CREATE
TABLE
IF
NOT
EXISTS
blogposts
begin work on posse support
2020-11-04 18:41:46 +00:00
(
url
TEXT
UNIQUE
NOT
NULL
PRIMARY
KEY
add blogposts table
2020-11-04 15:35:26 +00:00
,
title
TEXT
NOT
NULL
)