Jobslines schema. Added phone number formatting.

This commit is contained in:
Patrick Fic
2019-12-16 17:41:07 -08:00
parent 337048f0e9
commit 03d99a27c3
42 changed files with 1076 additions and 72 deletions

View File

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