<?xml version="1.0"?>
<schema version="0.3">
	<table name="btCoreGatheringDisplay">
		<field name="bID" type="I">
			<key />
			<unsigned />
			<notnull />
		</field>
		<field name="gaID" type="I">
			<unsigned />
			<notnull />
		</field>
        <index name="gaID">
            <col>gaID</col>
        </index>
	</table>
</schema>
