Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 5, 2020 17:20
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/e0de91843529b177a10a53177fe326b7 to your computer and use it in GitHub Desktop.
Save parzibyte/e0de91843529b177a10a53177fe326b7 to your computer and use it in GitHub Desktop.
MariaDB [sistema_escolar_2]> show tables;
+-----------------------------+
| Tables_in_sistema_escolar_2 |
+-----------------------------+
| alumnos |
| asistencia |
| calificaciones |
| docentes |
| docentes_materias |
| failed_jobs |
| grupos | <-- Aquí
| materias |
| mensajes_generales |
| mensajes_grupales |
| mensajes_individuales |
| migrations |
| password_resets |
| periodos |
| registros_asistencia |
| tutores |
| users |
+-----------------------------+
17 rows in set (0.03 sec)
MariaDB [sistema_escolar_2]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment