Update# add primary key
This commit is contained in:
parent
4d01204636
commit
f0ff056fcc
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
0.0.1
|
0.0.2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue