Table updates for appointments. Initial appointments screen + fetching.

This commit is contained in:
Patrick Fic
2020-02-05 11:44:07 -08:00
parent ba9e91d0c8
commit d216b9fa23
42 changed files with 2145 additions and 16 deletions

View File

@@ -0,0 +1,20 @@
- args:
name: job
table:
name: appointments
schema: public
using:
foreign_key_constraint_on: jobid
type: create_object_relationship
- args:
name: appointments
table:
name: jobs
schema: public
using:
foreign_key_constraint_on:
column: jobid
table:
name: appointments
schema: public
type: create_array_relationship