mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-09-20 06:25:26 +00:00
pweety tables
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
Reference in New Issue
Block a user