• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_c/csv/
1# $Id$
2
3version 1 {
4	LastName	string
5	FirstName	string
6	BirthDate
7	Color		string index
8	Fruit		string index
9	Age		unsigned_long index
10}
11