Files
bodyshop/hasura/migrations/1613512720454_track_all_relationships/up.yaml
2021-02-16 14:35:42 -08:00

21 lines
420 B
YAML

- args:
name: billlines
table:
name: joblines
schema: public
using:
foreign_key_constraint_on:
column: joblineid
table:
name: billlines
schema: public
type: create_array_relationship
- args:
name: jobline
table:
name: billlines
schema: public
using:
foreign_key_constraint_on: joblineid
type: create_object_relationship