module.exports = {
tableName: 'ketabkhaneh_doc_file',
attributes: {
id: { type: 'number', autoIncrement: true, },
doc: {
model: 'KetabkhanehDoc',
},
mime: {
type: 'string',
},
type: {
type: 'string',
},
uuid: {
type: 'string',
},
fname: {
type: 'string',
},
size: {
type: 'number',
allowNull: true
},
},
};