Support for SQL Server RowVersion

Seems to be some confusion whether the db column can have DEFAULT specified (or not).

I created an Insert Trigger to take any RV value and omit it at Insert, it works, I tested with SSMS, but Yii is still blocking the action, isn’t even getting to the db.

I’m thinking I’ll have to resort to manually writing the SQL query to get this to work.

You can’t create a timestamp (includes RowVersion) column with DEFAULT, Azure won’t allow it and generates an error indicating that.

I suggest you open an issue for someone more knowledgeable to help.

How do I go about that?