You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know that SQLite doesn't natively support ENUM's, but can AbstractEnumType::getSqlDeclaration be made to support enums? Maybe just define the field as a string type.
This would be for functional testing purposes.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I know that SQLite doesn't natively support ENUM's, but can
AbstractEnumType::getSqlDeclaration
be made to support enums? Maybe just define the field as a string type.This would be for functional testing purposes.
Thanks!
The text was updated successfully, but these errors were encountered: