mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
16 lines
232 B
YAML
16 lines
232 B
YAML
|
|
name: budgets
|
||
|
|
table: budgets
|
||
|
|
grain:
|
||
|
|
- budget_id
|
||
|
|
columns:
|
||
|
|
- name: budget_id
|
||
|
|
type: number
|
||
|
|
- name: department
|
||
|
|
type: string
|
||
|
|
- name: period_end
|
||
|
|
type: string
|
||
|
|
- name: period_start
|
||
|
|
type: string
|
||
|
|
- name: planned_amount
|
||
|
|
type: number
|