Skip to content

Commit cf0703a

Browse files
authored
Merge pull request #74 from CodeForBaltimore/jbixon/latlng
add latlng to test entity
2 parents 1b1fb3a + 5569396 commit cf0703a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

sequelize/data/entity.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
],
88
"city": "Baltimore",
99
"state": "MD",
10-
"zip": "12345"
10+
"zip": "12345",
11+
"latlng": [
12+
39.296399,
13+
-76.607842
14+
]
1115
},
1216
"description": "Everything for the left handed man, woman, and child!"
1317
}

sequelize/migrations/04-create-demo-entity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = {
1414
},
1515
address: {
1616
type: Sequelize.JSON,
17-
},
17+
},
1818
phone: {
1919
type: Sequelize.JSON,
2020
},

0 commit comments

Comments
 (0)