Файл: concrete5.7.5.6/concrete/blocks/faq/db.xml
Строк: 47
<?xml version="1.0" encoding="UTF-8"?>
<schema
xmlns="http://www.concrete5.org/doctrine-xml/0.5"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.concrete5.org/doctrine-xml/0.5 http://concrete5.github.io/doctrine-xml/doctrine-xml-0.5.xsd">
<table name="btFaq">
<field name="bID" type="integer">
<unsigned/>
<key/>
</field>
<field name="blockTitle" type="string" size="255"/>
</table>
<table name="btFaqEntries">
<field name="id" type="integer">
<unsigned/>
<autoincrement/>
<key/>
</field>
<field name="bID" type="integer">
<unsigned/>
</field>
<field name="linkTitle" type="string" size="255"/>
<field name="title" type="string" size="255"/>
<field name="sortOrder" type="integer"/>
<field name="description" type="text"/>
<index name="bID">
<col>bID</col>
<col>sortOrder</col>
</index>
</table>
</schema>