Fix strict mode sql issue

This commit is contained in:
Nicolas Le Goff
2015-02-23 16:23:34 +01:00
parent 6b89c123e3
commit 5a55732b46
5 changed files with 9 additions and 12 deletions

View File

@@ -1974,18 +1974,15 @@
<name>pwd</name>
<type>char(64)</type>
<null>YES</null>
<extra></extra>
<default></default>
<comment></comment>
</field>
<field>
<name>viewname</name>
<type>char(128)</type>
<null></null>
<null>YES</null>
<extra></extra>
<default></default>
<comment></comment>
</field>