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

Support: options ReferenceOption #1062

Closed
SchweinchenFuntik opened this issue Oct 1, 2020 · 0 comments · Fixed by #1744
Closed

Support: options ReferenceOption #1062

SchweinchenFuntik opened this issue Oct 1, 2020 · 0 comments · Fixed by #1744

Comments

@SchweinchenFuntik
Copy link
Contributor

PostgreSQL has extensions for ReferenceOption:

CREATE TABLE DATA
(
    TYPE  INTEGER DEFAULT 0        NOT NULL
        CONSTRAINT PREDICT_DATA_TYPE_ID_FK
            REFERENCES DATA_TYPE
            ON UPDATE CASCADE 
            ON DELETE SET DEFAULT, // option
);

can you somehow support this opportunity?

tusharv01 added a commit to tusharv01/Exposed that referenced this issue May 12, 2023
 Fix    Support: options ReferenceOption JetBrains#1062
@joc-a joc-a self-assigned this May 16, 2023
@joc-a joc-a linked a pull request May 24, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants