mirror of
https://github.com/drawdb-io/drawdb.git
synced 2026-02-12 02:00:40 +08:00
Fix typo of dbms
This commit is contained in:
@@ -84,8 +84,8 @@ export default function TableOverview() {
|
|||||||
<Popover
|
<Popover
|
||||||
content={
|
content={
|
||||||
<div className="w-[300px] text-sm popover-theme">
|
<div className="w-[300px] text-sm popover-theme">
|
||||||
This feature is meant for object-relational DBSMs like
|
This feature is meant for object-relational DBMSs like
|
||||||
PostgreSQL. However, if used for relational DBSMs, a JSON type
|
PostgreSQL. However, if used for relational DBMSs, a JSON type
|
||||||
will be generated with the custom type schema.
|
will be generated with the custom type schema.
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
@@ -217,10 +217,10 @@ export default function TableOverview() {
|
|||||||
fields: t.fields.map((e, id) =>
|
fields: t.fields.map((e, id) =>
|
||||||
id === j
|
id === j
|
||||||
? {
|
? {
|
||||||
...f,
|
...f,
|
||||||
type: value,
|
type: value,
|
||||||
values: f.values ? [...f.values] : [],
|
values: f.values ? [...f.values] : [],
|
||||||
}
|
}
|
||||||
: e
|
: e
|
||||||
),
|
),
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user