use the same string lengths like the file cache
This commit is contained in:
parent
629097bee7
commit
df76e0d1c3
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
<type>text</type>
|
||||
<default></default>
|
||||
<notnull>true</notnull>
|
||||
<length>50</length>
|
||||
<length>250</length>
|
||||
</field>
|
||||
|
||||
<field>
|
||||
|
@ -42,7 +42,7 @@
|
|||
<type>text</type>
|
||||
<default></default>
|
||||
<notnull>true</notnull>
|
||||
<length>200</length>
|
||||
<length>512</length>
|
||||
</field>
|
||||
|
||||
<field>
|
||||
|
|
Loading…
Reference in a new issue