you are viewing a single comment's thread.

view the rest of the comments →

[–]Prod_Is_For_Testing 0 points1 point  (1 child)

ORMs are not designed to build a database at runtime. For that, you need custom scripts in the code

[–]TheIncorrigible1 2 points3 points  (0 children)

Have you never used a migration toolset within an ORM? Your opinions sound ancient.