<?xml version="1.0" encoding="utf-8"?>
<table>
	<name>display_options</name>
	<collation>utf8_general_ci</collation>
	<description></description>
	<columns>
		<column name="name">
			<type>varchar</type>
			<length>30</length>
			<null>NOT NULL</null>
			<default></default>
			<allow_html>false</allow_html>
			<encode_html>false</encode_html>
			<description></description>
		</column>
		<column name="value">
			<type>varchar</type>
			<length>255</length>
			<null>NOT NULL</null>
			<default></default>
			<allow_html>false</allow_html>
			<encode_html>false</encode_html>
			<description></description>
		</column>
    </columns>
    <primary>
        <columns>
            <column>
                <name>name</name>
            </column>
        </columns>
    </primary>
</table>