Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. CREATE TABLE orders (
  2.   id serial PRIMARY KEY,
  3. @@  product_id integer REFERENCES products (id),
  4.   quantity integer NOT NULL
  5. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement