atk4 / schema

Few classes built on top of Agile Data that can take care of your SQL database schema
https://agiletoolkit.org/
MIT License
4 stars 5 forks source link

Add BLOB type #30

Closed mvorisek closed 4 years ago

mvorisek commented 4 years ago

Fixes https://github.com/atk4/schema/issues/24

mvorisek commented 4 years ago

There is no such data type blob in Agile Data.

I know, this can be set locally as this does not need any source change.

Is there any binary or large binary equivalent?

What about the object type - see https://github.com/atk4/schema/pull/30/files#diff-ded87af0b2757fb1a22636f217485bc9R22 - is it correct to have text/longtext for it by default (i.e. case sensitive DB datatype)?

mvorisek commented 4 years ago

@DarkSide666 Closing this PR, related issue #24