dbmaster-cli
Version:
Tool for converting tables between Fifa Soccer Games
34 lines (33 loc) • 440 B
YAML
- name: nationname
order: 0
type: string
default: ''
- name: nationid
order: 1
type: int
range:
min: 1
max: 250
default: 1
unique: true
- name: confederation
order: 2
type: int
range:
min: 1
max: 7
default: 1
- name: nationstartingfirstletter
order: 3
type: int
range:
min: 1
max: 26
default: 1
- name: teamid
order: 4
type: int
range:
min: -1
max: 200000
default: -1