<?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 https://concretecms.github.io/doctrine-xml/doctrine-xml-0.5.xsd">
    <table name="btBreadcrumbs">
        <field name="bID" type="integer">
            <unsigned/>
            <key/>
        </field>
        <field name="includeCurrent" type="integer">
            <unsigned/>
            <default value="1"/>
            <notnull/>
        </field>
        <field name="ignoreExcludeNav" type="integer">
            <unsigned/>
            <default value="1"/>
            <notnull/>
        </field>
        <field name="ignorePermission" type="integer">
            <unsigned/>
            <default value="0"/>
            <notnull/>
        </field>
    </table>
</schema>
