<query id="insertTag" action="insert">
    <tables>
        <table name="tags" />
    </tables>
    <columns>
        <column name="tag_srl" var="tag_srl" notnull="notnull" default="sequence()" />
        <column name="module_srl" var="module_srl" filter="number" notnull="notnull" />
        <column name="document_srl" var="document_srl" filter="number" notnull="notnull" />
        <column name="tag" var="tag" notnull="notnull" minlength="1" maxlength="240" />
        <column name="regdate" var="regdate" default="curdate()" />
    </columns>
</query>
