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
Note:
For SQLite this is not supported (i.e. a table diff will always drop and re-add the column)
For PostgreSQL we could even use the UUID type (using DBALs Types::GUID abstraction)
Instead of
we could store the event id (and potentially
causationId
andcorrelationId
) as binary:Note:
For SQLite this is not supported (i.e. a table diff will always drop and re-add the column)
For PostgreSQL we could even use the
UUID
type (using DBALsTypes::GUID
abstraction)Related: #12
The text was updated successfully, but these errors were encountered: