Update# add primary key
This commit is contained in:
parent
4d01204636
commit
f0ff056fcc
|
|
@ -7,6 +7,14 @@
|
|||
<table>
|
||||
<name>*dbprefix*registration</name>
|
||||
<declaration>
|
||||
<field>
|
||||
<name>id</name>
|
||||
<type>integer</type>
|
||||
<notnull>true</notnull>
|
||||
<autoincrement>true</autoincrement>
|
||||
<unsigned>true</unsigned>
|
||||
<primary>true</primary>
|
||||
</field>
|
||||
<field>
|
||||
<name>email</name>
|
||||
<type>text</type>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
0.0.1
|
||||
0.0.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue