mirror of
https://github.com/drawdb-io/drawdb.git
synced 2026-02-11 02:00:37 +08:00
Add enums tab
This commit is contained in:
@@ -50,6 +50,7 @@ export const Tab = {
|
||||
AREAS: "3",
|
||||
NOTES: "4",
|
||||
TYPES: "5",
|
||||
ENUMS: "6",
|
||||
};
|
||||
|
||||
export const ObjectType = {
|
||||
@@ -59,6 +60,7 @@ export const ObjectType = {
|
||||
NOTE: 3,
|
||||
RELATIONSHIP: 4,
|
||||
TYPE: 5,
|
||||
ENUM: 6,
|
||||
};
|
||||
|
||||
export const Action = {
|
||||
|
||||
@@ -18,6 +18,7 @@ export const databases = {
|
||||
label: DB.POSTGRES,
|
||||
image: postgresImage,
|
||||
hasTypes: true,
|
||||
hasEnums: true,
|
||||
},
|
||||
[DB.SQLITE]: {
|
||||
name: "SQLite",
|
||||
|
||||
Reference in New Issue
Block a user