mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-02-12 21:39:05 -06:00
User can provide a custom migrations path for the make:migration command. Default path is at database/migrations relative to the tom example executable. This allows to use the tom example as a real migration application and the user doesn't have to create his own migration project. Using: - TomApplication::migrationsPath() - TINYTOM_MIGRATIONS_PATH preprocessor macro, will be stringified - TOM_MIGRATIONS_PATH CMake PATH option