Support unsigned types (#177)

This commit is contained in:
1ilit
2024-08-04 17:02:29 +03:00
parent 1df8e4d4e0
commit 2f1cca13d6
6 changed files with 48 additions and 2 deletions

View File

@@ -235,6 +235,7 @@ const en = {
declare_array: "Declare array",
empty_index_name: "Declared an index with no name in table '{{tableName}}'",
didnt_find_diagram: "Oops! Didn't find the diagram.",
unsigned: "Unsigned",
},
};