mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
Allow all extensions and longer comments in filebox
This commit is contained in:
parent
7fec63867a
commit
bb814dbae8
5 changed files with 19 additions and 8 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue