mirror of
https://github.com/rgrgogu/new_starr.git
synced 2026-09-27 00:12:54 +08:00
@@ -20,7 +20,7 @@ const Asset = sequelize.define("Asset", {
|
||||
|
||||
// ─── Classification ───────────────────────────────────────────────────────
|
||||
file_type: {
|
||||
type: DataTypes.ENUM("avatar", "document", "video", "image"),
|
||||
type: DataTypes.ENUM("avatar", "document", "video", "image", "audio"),
|
||||
allowNull: false,
|
||||
defaultValue: "image", label: "Classification", order: 0
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user