Guest User

Untitled

a guest
Mar 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. ID int autonumber -- integer primary key for performance
  2. DomainID int -- null for domains
  3. Name varchar(100) -- Name of the item
  4. Description varchar(255)
  5.  
  6. ID int autonumber -- integer primary key for performance
  7. DomainID int -- null for domains
  8. Name varchar(100) -- Name of the item
  9. Description varchar(255)
  10.  
  11. ID int autonumber -- integer primary key for performance
  12. DomainID int -- null for domains
  13. Name varchar(100) -- Name of the item
  14. Description varchar(255)
  15.  
  16. ID DomainID Name Description
  17.  
  18. 100 NULL ISO Currencies List of ISO Currency codes
  19. 101 100 BHD Bahrain Dinar
  20. 102 100 GBP British Pound
  21. 103 100 EUR Euro
  22. 104 100 USD US Dollar
Add Comment
Please, Sign In to add comment