Skip to main content

2 docs tagged with "domain types"

View all tags

Using Domain Types in GORM

Learn how to manage database schema migrations that include PostgreSQL domain types in your GORM projects using Atlas. This guide explains how to define and use domain types in your schema, and manage them together with your GORM models as part of your migration workflow.

Using Domain Types in Sequelize

Learn how to define and use PostgreSQL domain types in Sequelize models with Atlas. This guide covers setting up domain types, configuring migrations, and applying schema changes.