BoostryJP / ibet-Wallet-API

A powerful API suite for seamlessly building ibet blockchain wallet systems 🛠
https://ibet.jp/ibet-for-fin
Apache License 2.0
9 stars 0 forks source link

[FEATURE] Attach large size file to email (MySQL) #1416

Closed YoshihitoAso closed 1 year ago

YoshihitoAso commented 1 year ago

Is your feature request related to a problem? Please describe.

Regarding the mail TBL, due to the MySQL DB column definition, it is currently not possible to store large files.

Describe the solution you'd like

Redefine as a LONGBLOB column.