Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created November 12, 2019 18:32
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/4f541700f9de9895a854eca3d83b941a to your computer and use it in GitHub Desktop.
Save parzibyte/4f541700f9de9895a854eca3d83b941a to your computer and use it in GitHub Desktop.
MariaDB [ventas]> describe medicos;
+--------------+-------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+--------------+-------------+------+-----+---------+----------------+
| id | int(200) | NO | PRI | NULL | auto_increment |
| Nombre | text | NO | | NULL | |
| Cedula | varchar(10) | NO | | NULL | |
| Especialidad | text | NO | | NULL | |
+--------------+-------------+------+-----+---------+----------------+
4 rows in set (0.00 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment