Skip to content

Files

Latest commit

647a9f7 · May 13, 2025

History

History

database

database folder

This folder holds a number of files that are related to the database and the data structure behind Träwelling.

To create a new migration, please think of a speaking name and generate a migration class like this:

php artisan make:migration "add train identifier field to statuses table"