Advertisement
Guest User

Untitled

a guest
Dec 10th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. Column │ Type │ Modifiers
  2. ───────────────┼──────────────────────────┼─────────────────────────────────────
  3. customer_name │ text │ not null
  4. customer_id │ uuid │ not null default uuid_generate_v4()
  5. created_at │ timestamp with time zone │ not null
  6. updated_at │ timestamp with time zone │ not null
  7.  
  8. Table "authentication.teams"
  9. Column │ Type │ Modifiers
  10. ───────────────┼──────────────────────────┼──────────────────────────────────────────────────────
  11. customer_name │ text │ not null
  12. team_name │ text │ not null
  13. team_id │ uuid │ not null default uuid_generate_v4()
  14. market_id │ uuid │
  15. created_at │ timestamp with time zone │ not null
  16. updated_at │ timestamp with time zone │ not null
  17. created_by_id │ uuid │ default 'b2542260-e3cd-012e-ebc2-40400fe46aa7'::uuid
  18. updated_by_id │ uuid │ default 'b2542260-e3cd-012e-ebc2-40400fe46aa7'::uuid
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement