Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 30, 2020 05:48
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/aa2c9065378b88690d7612431baa1e99 to your computer and use it in GitHub Desktop.
Save parzibyte/aa2c9065378b88690d7612431baa1e99 to your computer and use it in GitHub Desktop.
MariaDB [foo]> describe pacientes;
+------------+---------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+------------+---------------+------+-----+---------+----------------+
| id | int(11) | NO | PRI | NULL | auto_increment |
| Nombre | text | NO | | NULL | |
| Ap_Paterno | text | NO | | NULL | |
| Ap_Materno | text | NO | | NULL | |
| Sexo | text | NO | | NULL | |
| Edad | varchar(3) | NO | | NULL | |
| Municipio | text | NO | | NULL | |
| Telefono | text | NO | | NULL | |
| Correo | text | NO | | NULL | |
| Redes | text | NO | | NULL | |
| Tarjeta | text | NO | | NULL | |
| Monedero | decimal(65,0) | NO | | NULL | |
+------------+---------------+------+-----+---------+----------------+
12 rows in set (0.003 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment