rhymix/modules/adminlogging/schemas/admin_log.xml
2011-09-28 09:38:45 +00:00

8 lines
405 B
XML

<table name="admin_log">
<column name="ipaddress" type="varchar" size="100" notnull="notnull" index="idx_admin_ip" />
<column name="regdate" type="date" index="idx_admin_date" />
<column name="site_srl" type="number" size="11" default="0" />
<column name="module" type="varchar" size="100" />
<column name="act" type="varchar" size="100" />
<column name="request_vars" type="text" />
</table>