News

I'm adding a table and subclass table to my DB. (Subclass table = table where the primary key joins to the primary key of another table, to give extra row information to some subset of the rows ...
Laravel Version 12.19.3 PHP Version 8.4.8 Database Driver & Version sqlite3 3.37.2 Description I have been setting up tests for my project to validate that backed enum types in my project are ...
For everyone normalizing their designs, just remember: There ain't no such thing as a partial foreign key. When a project pretends that partial foreign keys are a valid concept, the end result is a ...