This project is now deprecated. There are much better alternatives now (i.e. Google Cloud Run)
Database : MigrationsIntroductionPHPSLS includes a simple method of changing your database schema by using migration classes. All seed migrations are stored in the app/database/migrations directory. Writing the migrationFile name: 20190617_080923_TableCountryCreate
Running the migrationsThe "migration" command accepts one arguments. The environment the migrations are going to be run against.
|