Update# add primary key

This commit is contained in:
Pellaeon Lin 2015-03-05 19:13:10 +08:00
parent 4d01204636
commit f0ff056fcc
2 changed files with 9 additions and 1 deletions

View File

@ -7,6 +7,14 @@
<table> <table>
<name>*dbprefix*registration</name> <name>*dbprefix*registration</name>
<declaration> <declaration>
<field>
<name>id</name>
<type>integer</type>
<notnull>true</notnull>
<autoincrement>true</autoincrement>
<unsigned>true</unsigned>
<primary>true</primary>
</field>
<field> <field>
<name>email</name> <name>email</name>
<type>text</type> <type>text</type>

View File

@ -1 +1 @@
0.0.1 0.0.2