Actually that's pretty nice compared to what we actually got:
https://schemahero.io/learn/tutorial/create-table/
Building SQL queries by concatenations strings, however, should get you arrested for negligence. If you need a query builder, then you need a query builder.
Actually that's pretty nice compared to what we actually got:
https://schemahero.io/learn/tutorial/create-table/