MoustacheLance

Untitled

Oct 10th, 2014
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. mysql> explain noticia;
  2. +------------+--------------+------+-----+---------+----------------+
  3. | Field | Type | Null | Key | Default | Extra |
  4. +------------+--------------+------+-----+---------+----------------+
  5. | id | int(11) | NO | PRI | NULL | auto_increment |
  6. | titulo | varchar(255) | NO | | NULL | |
  7. | cuerpo | text | NO | | NULL | |
  8. | usuario_id | int(11) | YES | | NULL | |
  9. +------------+--------------+------+-----+---------+----------------+
Advertisement
Add Comment
Please, Sign In to add comment