adding test for migrations on columns using keywords

This commit is contained in:
Thomas Müller 2014-02-26 20:42:45 +01:00
Родитель 7f05c23231
Коммит 459b5086d5
2 изменённых файлов: 30 добавлений и 0 удалений

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

@ -223,4 +223,19 @@
</declaration>
</table>
<table>
<name>*dbprefix*migratekeyword</name>
<declaration>
<field>
<name>key</name>
<type>text</type>
<default></default>
<notnull>true</notnull>
<length>255</length>
</field>
</declaration>
</table>
</database>

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

@ -119,4 +119,19 @@
</declaration>
</table>
<table>
<name>*dbprefix*migratekeyword</name>
<declaration>
<field>
<name>key</name>
<type>text</type>
<default></default>
<notnull>false</notnull>
<length>255</length>
</field>
</declaration>
</table>
</database>