migrations variable
The migrations array that SHOULD be used when initializing a TypeORM database connection.
These ensure the correct creation of tables and the proper migrations of data when tables change between versions.
Signature:
migrations: (typeof CreateDatabase1447159020001)[]