Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NOT NULL constraint #46

Merged
merged 2 commits into from
Aug 6, 2023
Merged

Add NOT NULL constraint #46

merged 2 commits into from
Aug 6, 2023

Conversation

lnschroeder
Copy link
Contributor

@lnschroeder lnschroeder commented Jul 26, 2023

Closes #42

This also fixes a small spacing issue in the output file:

erDiagram
    person {
        bigint id PK"id of person"
    }

will now render as

erDiagram
    person {
        bigint id PK "id of person"
    }

@KarnerTh
Copy link
Owner

KarnerTh commented Aug 6, 2023

Thanks, nice work 👍🏼

@KarnerTh KarnerTh merged commit 4ff9592 into KarnerTh:master Aug 6, 2023
@lnschroeder lnschroeder deleted the 42-add-not-null-constraint branch October 12, 2023 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add NOT NULL constraint to descriptions
2 participants