1. Home
  2. Docs
  3. Compiler
  4. Schema (XML)
  5. Table element

Table element

<table
  name = "/TableName/"
  [description="/A text description of the table/"]
>

  <column>
  ...
  <foreign-key>
  ...
  <index>
  ...
  <unique>
  ...
</table>
  • name Table name. Use as the table and model name. We strongly recommend to use only small cap and only the underscore.
  • description Use by the compiler to decide if an interface is required or not. It will also be the caption for all interface references.

How can we help?

Leave a Reply