<?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="btLabSolutionsScroll">
    <field name="bID" type="integer"><unsigned/><key/></field>
    <field name="heading" type="string" size="255" nullable="true" />
    <field name="subheading" type="text" nullable="true" />
    <field name="containerWidth" type="integer"><unsigned/><default value="1440"/></field>
    <field name="fullWidth" type="boolean"><default value="0"/></field>
  </table>

  <table name="btLabSolutionsScrollSlides">
    <field name="id" type="integer"><unsigned/><autoincrement/><key/></field>
    <field name="bID" type="integer"><unsigned/></field>
    <field name="title" type="string" size="255" />
    <field name="image_fID" type="integer"><unsigned/></field>
    <field name="displayOrder" type="integer"><unsigned/><default value="0"/></field>
    <index name="bID_order"><col>bID</col><col>displayOrder</col></index>
  </table>

</schema>

