Files
bodyshop/hasura/migrations/1629520454038_track_all_relationships/up.yaml
2021-08-23 08:30:30 -07:00

21 lines
433 B
YAML

- args:
name: dms_vehicles
table:
name: bodyshops
schema: public
using:
foreign_key_constraint_on:
column: bodyshopid
table:
name: dms_vehicles
schema: public
type: create_array_relationship
- args:
name: bodyshop
table:
name: dms_vehicles
schema: public
using:
foreign_key_constraint_on: bodyshopid
type: create_object_relationship