mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
11 lines
157 B
YAML
11 lines
157 B
YAML
name: sales_teams
|
|
table: sales_teams
|
|
grain:
|
|
- team_id
|
|
columns:
|
|
- name: team_id
|
|
type: number
|
|
- name: region
|
|
type: string
|
|
- name: team_name
|
|
type: string
|