Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mysql>
- mysql> describe titles.titles;
- +-----------------+-------------+------+-----+---------------------+----------------+
- | Field | Type | Null | Key | Default | Extra |
- +-----------------+-------------+------+-----+---------------------+----------------+
- | id | int(11) | NO | PRI | NULL | auto_increment |
- | created | timestamp | NO | | 0000-00-00 00:00:00 | |
- | phone | int(11) | NO | | NULL | |
- | title | varchar(45) | NO | | NULL | |
- | state | smallint(6) | NO | | NULL | |
- | state_timestamp | timestamp | NO | | 0000-00-00 00:00:00 | |
- | user_id | smallint(6) | NO | | NULL | |
- +-----------------+-------------+------+-----+---------------------+----------------+
- 7 rows in set (0.00 sec)
- mysql> exit
- Bye
- thufir@dur:~$
Advertisement
Add Comment
Please, Sign In to add comment