Back to Sequelize

BLOB

static/v5/class/lib/data-types.js~BLOB.html

latest857 B
Original Source

publicclass| source

BLOB

Extends:

lib/data-types.js~ABSTRACT → BLOB

Binary storage

Constructor Summary

| Public Constructor | | public |

constructor(length: string)

| |

Public Constructors

publicconstructor(length: string) source

Params:

| Name | Type | Attribute | Description | | length | string |

  • optional
  • default: ''

|

could be tiny, medium, long.

|