Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mysql> explain noticia;
- +------------+--------------+------+-----+---------+----------------+
- | Field | Type | Null | Key | Default | Extra |
- +------------+--------------+------+-----+---------+----------------+
- | id | int(11) | NO | PRI | NULL | auto_increment |
- | titulo | varchar(255) | NO | | NULL | |
- | cuerpo | text | NO | | NULL | |
- | usuario_id | int(11) | YES | | NULL | |
- +------------+--------------+------+-----+---------+----------------+
Advertisement
Add Comment
Please, Sign In to add comment