Use this file to discover all available pages before exploring further.
To model a Postgres table in Tygress you need to create a class and decorate it with the @Table decorator.Once you do this we call the class an .To define columns you need to create fields in the class and decorate them with the @Column decorator.Every needs to have a .Example: