mirror of
https://github.com/yasuhirokimura/db18
synced 2026-06-08 18:29:23 +00:00
11 lines
136 B
Plaintext
11 lines
136 B
Plaintext
# $Id$
|
|
|
|
version 1 {
|
|
LastName string
|
|
FirstName string
|
|
BirthDate
|
|
Color string index
|
|
Fruit string index
|
|
Age unsigned_long index
|
|
}
|