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

Schema (XML)

The basic hierarchy is as follow:

<database>
   <behavior/>
   <table>
     <behavior/>
     <column>
       <inheritance />
     </column>
     <foreign-key>
       <reference />
     </foreign-key>
     <index>
       <index-column />
     </index>
     <unique>
       <unique-column />
     </unique>
   </table>
</database>

Articles

How can we help?

Leave a Reply