<?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="btGoogleMap">
        <field name="bID" type="integer">
            <unsigned/>
            <key/>
        </field>
        <field name="title" type="string" size="255" />
        <field name="location" type="string" size="255" />
        <field name="latitude" type="float" />
        <field name="longitude" type="float" />
        <field name="zoom" type="smallint" />
        <field name="width" type="string" size="8">
            <default value="100%" />
        </field>
        <field name="height" type="string" size="8">
            <default value="400px" />
        </field>
        <field name="scrollwheel" type="boolean">
            <unsigned/>
            <default value="1" />
            <notnull/>
        </field>
    </table>
</schema>
