manual: document table definition directives.
Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
This commit is contained in:
parent
c08856ab16
commit
43ff0d4eee
1 changed files with 6 additions and 0 deletions
|
|
@ -65,6 +65,12 @@ specified in <<_schema_file>> and <<_configuration_file>>. They must appear
|
|||
only at the very beginning of a schema or configuration file. In particular, it
|
||||
is not allowed for them to be preceded by a byte order mark.
|
||||
|
||||
==== Table Definition Directives (`def`)
|
||||
|
||||
A table definition directive consists of a record containing the values `def`
|
||||
and the table name. A table must be defined before any field definitions can
|
||||
occur for that table.
|
||||
|
||||
=== Configuration File
|
||||
|
||||
Configuration files are identical to schema files except that instead of the
|
||||
|
|
|
|||
Loading…
Reference in a new issue