Advertisement
Guest User

Untitled

a guest
Mar 6th, 2012
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. mysql> describe payout
  2. -> ;
  3. +---------------+---------------+------+-----+---------+----------------+
  4. | Field | Type | Null | Key | Default | Extra |
  5. +---------------+---------------+------+-----+---------+----------------+
  6. | pid | int(11) | NO | PRI | NULL | auto_increment |
  7. | Destination | text | NO | | NULL | |
  8. | ISO2 | text | NO | | NULL | |
  9. | Prefix | text | NO | | NULL | |
  10. | BillMinimum | int(11) | NO | | NULL | |
  11. | BillIncrement | int(11) | NO | | NULL | |
  12. | PerMinuteCost | decimal(10,5) | NO | | NULL | |
  13. | Currency | text | NO | | NULL | |
  14. +---------------+---------------+------+-----+---------+----------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement