<?xml version="1.0" encoding="utf-8"?>
<table>
	<name>account_expiry</name>
	<collation>utf8_general_ci</collation>
	<description></description>
	<columns>
		<column name="user_id">
			<type>int</type>
			<length>11</length>
			<null>NOT NULL</null>
			<default>0</default>
			<description></description>
		</column>
		<column name="expiry_date">
			<type>int</type>
			<length>11</length>
			<null>NOT NULL</null>
			<default>0</default>
			<description></description>
		</column>
		<column name="expiry_level">
			<type>varchar</type>
			<length>255</length>
			<null>NOT NULL</null>
			<default>0</default>
			<description></description>
		</column>
		<column name="redirect">
			<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>
		<column name="order_id">
			<type>int</type>
			<length>11</length>
			<null>NOT NULL</null>
			<default>0</default>
			<description></description>
		</column>
    </columns>
    <primary>
        <columns>
            <column>
                <name>user_id</name>
            </column>
            <column>
                <name>order_id</name>
            </column>
        </columns>
    </primary>
</table>