You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
551 B
31 lines
551 B
# Example of a data-structure with
|
|
# # different count of tables, id-fields
|
|
testprddb: # database
|
|
product:
|
|
_character: inventory
|
|
_header:
|
|
- prdid
|
|
- descript
|
|
- objtype
|
|
- factor
|
|
prdid:
|
|
id: "t:1"
|
|
acceptance: norm
|
|
type: int
|
|
nullable: n
|
|
descript:
|
|
id: "b:1"
|
|
acceptance: exist
|
|
type: string
|
|
nullable: n
|
|
objtype:
|
|
id: n
|
|
acceptance: norm
|
|
type: string
|
|
nullable: y
|
|
factor:
|
|
id: n
|
|
acceptance: norm
|
|
type: float
|
|
nullable: y
|
|
|
|
|