<?xml version="1.0" encoding="utf-8"?>
<table>
    <name>user_admin</name>
    <collation>utf8_general_ci</collation>
    <description></description>
    <columns>
        <column name="user_id">
            <type>int</type>
            <length>11</length>
            <signed>UNSIGNED</signed>
            <null>NOT NULL</null>
            <description></description>
        </column>
        <column name="admin_via_fe">
            <type>tinyint</type>
            <length>4</length>
            <null>NOT NULL</null>
            <default>0</default>
            <description></description>
        </column>
    </columns>
    <primary>
        <columns>
            <column>
                <name>user_id</name>
            </column>
        </columns>
    </primary>
</table>