Skip to content

Default database schema #1993

Answered by michaelbromley
meatandfat asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,
There is no file of SQL commands used to create the table structure. Rather, we use TypeORM to manage that by instead defining a set of entities which you can find here. These entity classes contain metadata which is used by TypeORM to generate the schema.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@meatandfat
Comment options

Answer selected by meatandfat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants