Add Readme

This commit is contained in:
2020-02-08 20:50:22 +01:00
parent 4379b4d231
commit 35e2dcb8da
3 changed files with 127 additions and 5 deletions

View File

@@ -3,10 +3,10 @@ exports.seed = function(knex) {
return knex('cities').truncate()
.then(function () {
return knex('cities').insert([
{
"id": 1,
"name": 'bruges',
"country_id": 1
{
"id": 1,
"name": 'bruges',
"country_id": 1
},
{
"id": 2,