mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
17 lines
266 B
YAML
17 lines
266 B
YAML
name: payroll_runs
|
|
table: payroll_runs
|
|
grain:
|
|
- run_id
|
|
columns:
|
|
- name: run_id
|
|
type: number
|
|
- name: benefits
|
|
type: number
|
|
- name: gross_pay
|
|
type: string
|
|
- name: pay_period_end
|
|
type: string
|
|
- name: pay_period_start
|
|
type: string
|
|
- name: taxes
|
|
type: string
|