git-svn-id: http://xe-core.googlecode.com/svn/trunk@193 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-02-27 10:15:56 +00:00
parent 0a49ee5406
commit 0b38226b7a
14 changed files with 414 additions and 202 deletions

View file

@ -17,8 +17,6 @@
<column name="regdate" type="date" />
<column name="last_login" type="date" />
<column name="is_admin" type="char" size="1" default="N" />
<column name="level" type="number" size="11" default="1" />
<column name="exp" type="number" size="11" default="0" />
<column name="description" type="text" />
<column name="extra_vars" type="text" />
</table>