djezzzl / database_consistency

The tool to avoid various issues due to inconsistencies and inefficiencies between a database schema and application models.
MIT License
1.02k stars 43 forks source link

Implicit Order Column value checker #211

Closed developie0610 closed 12 months ago

developie0610 commented 1 year ago

Hi @djezzzl, finally come around to implement the checker for this issue. Adding a checker for implicit_order_column value when using uuid primary key.

Currently setup to work with:

Verify:

image