sequelize / 6.5.0 / class / lib / data-types.js~blob.html /

BLOB

Extends:

lib/data-types.js~ABSTRACT → BLOB

Binary storage

Constructor Summary

Public Constructor
public

constructor(length: string)

Public Constructors

public constructor(length: string) source

Params:

Name Type Attribute Description
length string
  • optional
  • default: ''

could be tiny, medium, long.

Copyright © 2014–present Sequelize contributors
Licensed under the MIT License.
https://sequelize.org/master/class/lib/data-types.js~BLOB.html