Guest User

Untitled

a guest
Jun 10th, 2018
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. Username: Password:
  2.  
  3. \connect - postgres
  4. CREATE TABLE "merchant" (
  5. "id" int4,
  6. "name" character varying(128),
  7. "address" int4,
  8. "contact" int4,
  9. "description" text,
  10. "logo" int4,
  11. "layout" character varying(20),
  12. "stylesheet" character varying(20),
  13. "pagebgcol" character varying(16),
  14. "notebgcol" character varying(16),
  15. "insurance" float4);
Add Comment
Please, Sign In to add comment