mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
Increase MIME type field length #1387
This commit is contained in:
parent
c3d40f733d
commit
8a9f8253a8
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@
|
|||
<column name="uploaded_filename" type="varchar" size="250" />
|
||||
<column name="thumbnail_filename" type="varchar" size="250" />
|
||||
<column name="file_size" type="number" size="11" default="0" notnull="notnull" index="idx_file_size" />
|
||||
<column name="mime_type" type="varchar" size="60" notnull="notnull" index="idx_mime_type" />
|
||||
<column name="original_type" type="varchar" size="60" />
|
||||
<column name="mime_type" type="varchar" size="100" notnull="notnull" index="idx_mime_type" />
|
||||
<column name="original_type" type="varchar" size="100" />
|
||||
<column name="width" type="number" size="11" />
|
||||
<column name="height" type="number" size="11" />
|
||||
<column name="duration" type="number" size="11" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue