Articles tagged with
#database

Keeping your database structured

July 31st, 2022 — posted in Code With Burt — 1 minute read

In this weeks #QWW, we'll make sure our database doesn't get messed up. We're going to use the "after" method to keep the database structured. We'll also use the pretend flag to see the queries that will be run during the migration.

#database, #laravel, #structure