Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Use underlying type of domain type when defined #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Limess
Copy link

@Limess Limess commented Jul 19, 2020

This fixes issues with primary keys being defined using domain types, and deselected by default.

E.g. for a domain type email_domain with base type text, the data_type column will now be text rather than email_domain.

This fixes issues with primary keys being defined using domain types, and deselected by default.

E.g. for a domain type `email_domain` with base type `text`, the `data_type` column will now be `text` rather than `email_domain`.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant