Skip to content

Instantly share code, notes, and snippets.

@beatrizuezu
Created August 6, 2017 17:29
Show Gist options
  • Save beatrizuezu/dfbe3a002291767f2e3d0d8b3ed3432b to your computer and use it in GitHub Desktop.
Save beatrizuezu/dfbe3a002291767f2e3d0d8b3ed3432b to your computer and use it in GitHub Desktop.
De SQL para ORM Django / desc categorias_categoria
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