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
For SQLServer, binaryuuid would probably map to the same type as static::PHINX_TYPE_UUID, namely uniqueidentifier, though like the postgresql adapter, you would not be able to do a comparison against static::PHINX_TYPE_BINARYUUID on saved columns in a table.
The static::PHINX_TYPE_BINARYUUID was added to MySQL, PostgreSQL, and SQLite. Needs to be added to SQL Server, this issue acting as a reminder for that.
The text was updated successfully, but these errors were encountered:
From #1734 (comment), #1734 (comment)
The
static::PHINX_TYPE_BINARYUUID
was added to MySQL, PostgreSQL, and SQLite. Needs to be added to SQL Server, this issue acting as a reminder for that.The text was updated successfully, but these errors were encountered: