Created
August 6, 2017 17:29
-
-
Save beatrizuezu/dfbe3a002291767f2e3d0d8b3ed3432b to your computer and use it in GitHub Desktop.
De SQL para ORM Django / desc categorias_categoria
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mysql> desc categorias_categoria; | |
+-------+--------------+------+-----+---------+----------------+ | |
| Field | Type | Null | Key | Default | Extra | | |
+-------+--------------+------+-----+---------+----------------+ | |
| id | int(11) | NO | PRI | NULL | auto_increment | | |
| nome | varchar(128) | NO | | NULL | | | |
+-------+--------------+------+-----+---------+----------------+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment