Guest User

Untitled

a guest
Jan 22nd, 2018
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. Table "public.email_sections"
  2. Column | Type | Modifiers
  3. ------------------+-----------------------------+-------------------------------------------------------------
  4. id | integer | not null default nextval('email_sections_id_seq'::regclass)
  5. email_design_id | integer |
  6. name | character varying(31) |
  7. border_width | character varying(31) |
  8. border_color | character varying(7) |
  9. border_style | character varying(7) |
  10. background_color | character varying(7) |
  11. padding | character varying(7) |
  12. created_at | timestamp without time zone |
  13. updated_at | timestamp without time zone |
  14. Indexes:
  15. "email_sections_pkey" PRIMARY KEY, btree (id)
  16. Foreign-key constraints:
  17. "email_sections_email_design_id_fk" FOREIGN KEY (email_design_id) REFERENCES email_designs(id)
Add Comment
Please, Sign In to add comment