mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-25 12:18:25 -05:00
98c61891c3
Migration classes can be named in two formats, CamelCase without the datetime prefix and snake_case with the datetime prefix. If the CamelCase name is used then the T_MIGRATION macro has to be also used in the migration class. - also added a new validations of the migration class names