IO-924 Phonebook Migrations

This commit is contained in:
Patrick Fic
2021-04-22 16:23:32 -07:00
parent be6ff42e57
commit 084c7d9c74
23 changed files with 494 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
- args:
name: phonebooks
table:
name: bodyshops
schema: public
using:
foreign_key_constraint_on:
column: bodyshopid
table:
name: phonebook
schema: public
type: create_array_relationship
- args:
name: bodyshop
table:
name: phonebook
schema: public
using:
foreign_key_constraint_on: bodyshopid
type: create_object_relationship