mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
13 lines
198 B
YAML
13 lines
198 B
YAML
name: gl_accounts
|
|
table: gl_accounts
|
|
grain:
|
|
- gl_account_id
|
|
columns:
|
|
- name: gl_account_id
|
|
type: number
|
|
- name: account_code
|
|
type: string
|
|
- name: name
|
|
type: string
|
|
- name: type
|
|
type: string
|