This bundle generates 2 SQL scripts for each database type :
-
"create-tables.sql"
with a "CREATE TABLE" statement for each entity
including Primary Key definition and Foreign Keys definitions -
"drop-tables.sql"
with a "DROP TABLE" statement for each entity
Examples are provided for the following database types:
- MySQL 8
- PostgreSQL
- SQLite
- SQL Server