Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 12, 2020 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/7dcdd81af8d0d35252960ac9aed9dc5a to your computer and use it in GitHub Desktop.
Save parzibyte/7dcdd81af8d0d35252960ac9aed9dc5a to your computer and use it in GitHub Desktop.
describe materias;
+------------+---------------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+------------+---------------------+------+-----+---------+----------------+
| id | bigint(20) unsigned | NO | PRI | NULL | auto_increment |
| nombre | text | NO | | NULL | |
| created_at | timestamp | YES | | NULL | |
| updated_at | timestamp | YES | | NULL | |
| id_curso | bigint(20) unsigned | YES | MUL | NULL | |
+------------+---------------------+------+-----+---------+----------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment