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
1da94c5211
fej
/
migrations
/
2021-04-15-155511_ivago_search
/
up.sql
7 lines
110 B
MySQL
Raw
Normal View
History
Unescape
Escape
[#28] Switched search_streets to database
2021-04-17 22:39:22 +02:00
CREATE
TABLE
ivago_streets
(
[#24] Added first ivago migration
2021-04-15 18:05:02 +02:00
name
TEXT
NOT
NULL
,
city
TEXT
NOT
NULL
,
PRIMARY
KEY
(
name
,
city
)
)
;