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
SQL
Raw
Blame
History
CREATE
TABLE
IF
NOT
EXISTS
blogposts
(
url
TEXT
UNIQUE
NOT
NULL
PRIMARY
KEY
,
title
TEXT
NOT
NULL
)
Reference in New Issue
View Git Blame
Copy Permalink