Allow all extensions and longer comments in filebox

This commit is contained in:
Kijin Sung 2016-02-06 15:15:18 +09:00
parent 7fec63867a
commit bb814dbae8
5 changed files with 19 additions and 8 deletions

View file

@ -4,6 +4,6 @@
<column name="filename" type="varchar" size="250" notnull="notnull" />
<column name="fileextension" type="varchar" size="4" notnull="notnull" index="idx_fileextension" />
<column name="filesize" type="number" size="11" default="0" notnull="notnull" />
<column name="comment" type="varchar" size="250" />
<column name="comment" type="bigtext" />
<column name="regdate" type="date" />
</table>
</table>