Adding of generic appointments to calendar.

This commit is contained in:
Patrick Fic
2020-02-12 12:11:35 -08:00
parent 314c9e82d2
commit 63f8267ded
46 changed files with 1187 additions and 44 deletions

View File

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