ariga / atlas

Manage your database schema as code
https://atlasgo.io
Apache License 2.0
6.01k stars 267 forks source link

sql: support diffing check expressions when diff is normalized #3208

Closed a8m closed 3 weeks ago

a8m commented 3 weeks ago

Until now, checks were skipped in comparisons before dev-databases was a thing in Atlas. Now, that dev-databases are a standard (must-have) thing in Atlas, objects are ~always normalized, allowing us to consistently compare expressions.

Approved internally.