Skip to content

Commit

Permalink
feat: Add enums table structure to readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed May 5, 2024
1 parent 8e16b87 commit 1368699
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,19 @@ SELECT * FROM globals WHERE is_volatile

---

### Enums table structure

| Name | Type | Description |
| --------------- | ------- | -------------------------------- |
| name | Text | Enumeration name |
| constants_count | Integer | Number of constants in this enum |
| file | Text | File path |
| line | Integer | Line at the file path |
| column | Integer | Column at the file path |
| offset | Integer | Offset at the file path |

---

### Functions table structure

| Name | Type | Description |
Expand Down

0 comments on commit 1368699

Please sign in to comment.