Light Columns
The following columns are created in LIGHT
mode:
file_name
file_meta
When using MySQL 5.7.8 or a later version, the meta
field will be stored as a JSON
type. This makes it easy to work with the metadata associated with each file.
However, if you are using an older version of MySQL, the meta
field will be stored as a TEXT
type instead.
Last updated