The following scripts run when starting the container (referenced in configure-db.sh
):
create-db.sql
- creates the initial database namedDB_NAME
drop-schema
- drops all existing tables and viewsmaster.sql
- creates the schema and tablesseed.sql
- adds seed data
- All scripts to create tables or views are stored under the
tables
folder.
- Include any data you wish to populate table/s with on start up of container.