Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 5, 2020 18:09
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/4efedcd9792f15dd2f0dce12aa7b9ca2 to your computer and use it in GitHub Desktop.
Save parzibyte/4efedcd9792f15dd2f0dce12aa7b9ca2 to your computer and use it in GitHub Desktop.
MariaDB [sistema_escolar_2]> describe niveles;
+------------+---------------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+------------+---------------------+------+-----+---------+----------------+
| id | bigint(20) unsigned | NO | PRI | NULL | auto_increment |
| nombre | varchar(191) | NO | | NULL | |
| created_at | timestamp | YES | | NULL | |
| updated_at | timestamp | YES | | NULL | |
+------------+---------------------+------+-----+---------+----------------+
4 rows in set (0.04 sec)
MariaDB [sistema_escolar_2]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment