Skip to content

Instantly share code, notes, and snippets.

@EugenMayer
Created March 23, 2022 01:21
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 EugenMayer/390c1ed254c93bb2a9263dd071360d47 to your computer and use it in GitHub Desktop.
Save EugenMayer/390c1ed254c93bb2a9263dd071360d47 to your computer and use it in GitHub Desktop.
+-------------------+-------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+-------------------+-------------+------+-----+---------+----------------+
| created_at | datetime | YES | | NULL | |
| updated_at | datetime | YES | | NULL | |
| deleted_at | datetime | YES | | NULL | |
| deleted | int(11) | YES | | NULL | |
| id | int(11) | NO | PRI | NULL | auto_increment |
| instance_uuid | varchar(36) | NO | MUL | NULL | |
| numa_topology | text | YES | | NULL | |
| pci_requests | text | YES | | NULL | |
| flavor | text | YES | | NULL | |
| vcpu_model | text | YES | | NULL | |
| migration_context | text | YES | | NULL | |
| keypairs | text | YES | | NULL | |
| device_metadata | text | YES | | NULL | |
| trusted_certs | text | YES | | NULL | |
| vpmems | text | YES | | NULL | |
| resources | text | YES | | NULL | |
+-------------------+-------------+------+-----+---------+----------------+
16 rows in set (0.000 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment