This website requires JavaScript.
Explore
Help
Sign In
Chewing_Bever
/
fej
Watch
1
Star
0
Fork
You've already forked fej
0
Code
Issues
28
Pull Requests
10
Projects
3
Releases
4
Wiki
Activity
39ad811429
fej
/
migrations
/
2021-04-15-155511_ivago_search
/
up.sql
7 lines
110 B
SQL
Raw
Blame
History
CREATE
TABLE
ivago_streets
(
name
TEXT
NOT
NULL
,
city
TEXT
NOT
NULL
,
PRIMARY
KEY
(
name
,
city
)
)
;
Reference in New Issue
View Git Blame
Copy Permalink