Laravel Truss 1.5: a schema doctor for your database
– albertoarena.it - submitted by Alberto Arena
Truss 1.5 adds truss:doctor, a deterministic, structure-only review of your Laravel database: 13 rules flagging missing primary keys, unindexed foreign keys, type mismatches, money stored as a float, and more, with exit codes so a bad migration fails the build. No AI, no queries, no row data, safe to run in CI against a database you don't fully trust.
Read more [albertoarena.it]