Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save oliviermarin/716eeaba85793f2d85ba62652e3e7943 to your computer and use it in GitHub Desktop.
Save oliviermarin/716eeaba85793f2d85ba62652e3e7943 to your computer and use it in GitHub Desktop.
CREATE TABLE t1_t2 (
t1fk_t1 integer references t1(id),
t2fk_t2 integer references t2(id) default 1
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment