pweety tables

This commit is contained in:
1ilit
2023-09-19 15:48:59 +03:00
parent 246aad77d0
commit b590236811
6 changed files with 119 additions and 54 deletions

View File

@@ -65,6 +65,12 @@ const Tab = {
editor: "5",
};
const ObjectType = {
NONE: 0,
TABLE: 1,
AREA: 2,
};
export {
bgBlue,
sqlDataTypes,
@@ -72,5 +78,6 @@ export {
defaultTableTheme,
Cardinality,
Constraint,
Tab
Tab,
ObjectType
};