changed timestamp datatype to integer which fixes #10

This commit is contained in:
Bernhard Posselt 2013-03-27 10:53:42 +01:00
Родитель 35e4283ae4
Коммит 89a1713f06
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -167,8 +167,8 @@
</field>
<field>
<name>pub_date</name>
<type>timestamp</type>
<default>0000-00-00 00:00:00</default>
<type>integer</type>
<unsigned>true</unsigned>
<notnull>false</notnull>
</field>
<field>

Просмотреть файл

@ -1 +1 @@
8.0
8.1