thufir

titles.titles

Jul 5th, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. mysql>
  2. mysql> describe titles.titles;
  3. +-----------------+-------------+------+-----+---------------------+----------------+
  4. | Field | Type | Null | Key | Default | Extra |
  5. +-----------------+-------------+------+-----+---------------------+----------------+
  6. | id | int(11) | NO | PRI | NULL | auto_increment |
  7. | created | timestamp | NO | | 0000-00-00 00:00:00 | |
  8. | phone | int(11) | NO | | NULL | |
  9. | title | varchar(45) | NO | | NULL | |
  10. | state | smallint(6) | NO | | NULL | |
  11. | state_timestamp | timestamp | NO | | 0000-00-00 00:00:00 | |
  12. | user_id | smallint(6) | NO | | NULL | |
  13. +-----------------+-------------+------+-----+---------------------+----------------+
  14. 7 rows in set (0.00 sec)
  15.  
  16. mysql> exit
  17. Bye
  18. thufir@dur:~$
Advertisement
Add Comment
Please, Sign In to add comment