2023-12-12 07:14:29 +08:00
|
|
|
export const template5 = {
|
|
|
|
tables: [
|
|
|
|
{
|
|
|
|
id: 0,
|
2024-02-29 04:47:07 +08:00
|
|
|
name: "accounts",
|
|
|
|
x: 129,
|
|
|
|
y: 92,
|
2023-12-12 07:14:29 +08:00
|
|
|
fields: [
|
|
|
|
{
|
|
|
|
name: "id",
|
|
|
|
type: "INT",
|
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: true,
|
|
|
|
unique: true,
|
|
|
|
notNull: true,
|
|
|
|
increment: true,
|
|
|
|
comment: "",
|
|
|
|
id: 0,
|
|
|
|
},
|
|
|
|
{
|
2024-02-29 04:47:07 +08:00
|
|
|
name: "customer_id",
|
|
|
|
type: "INT",
|
2023-12-12 07:14:29 +08:00
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: false,
|
|
|
|
unique: false,
|
|
|
|
notNull: false,
|
|
|
|
increment: false,
|
|
|
|
comment: "",
|
|
|
|
id: 1,
|
2024-02-29 04:47:07 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
name: "type",
|
|
|
|
type: "ENUM",
|
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: false,
|
|
|
|
unique: false,
|
|
|
|
notNull: false,
|
|
|
|
increment: false,
|
|
|
|
comment: "",
|
|
|
|
id: 2,
|
|
|
|
values: ["checking", "savings"],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: "number",
|
|
|
|
type: "BIGINT",
|
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: false,
|
|
|
|
unique: false,
|
|
|
|
notNull: false,
|
|
|
|
increment: false,
|
|
|
|
comment: "",
|
|
|
|
id: 3,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: "balance",
|
|
|
|
type: "FLOAT",
|
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: false,
|
|
|
|
unique: false,
|
|
|
|
notNull: false,
|
|
|
|
increment: false,
|
|
|
|
comment: "",
|
|
|
|
id: 4,
|
|
|
|
size: "",
|
2023-12-12 07:14:29 +08:00
|
|
|
},
|
|
|
|
],
|
|
|
|
comment: "",
|
|
|
|
indices: [],
|
2024-02-29 04:47:07 +08:00
|
|
|
color: "#7d9dff",
|
2023-12-12 07:14:29 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
id: 1,
|
2024-02-29 04:47:07 +08:00
|
|
|
name: "customers",
|
|
|
|
x: 384,
|
|
|
|
y: 315,
|
2023-12-12 07:14:29 +08:00
|
|
|
fields: [
|
|
|
|
{
|
|
|
|
name: "id",
|
|
|
|
type: "INT",
|
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: true,
|
|
|
|
unique: true,
|
|
|
|
notNull: true,
|
|
|
|
increment: true,
|
|
|
|
comment: "",
|
|
|
|
id: 0,
|
|
|
|
},
|
|
|
|
{
|
2024-02-29 04:47:07 +08:00
|
|
|
name: "first_name",
|
|
|
|
type: "VARCHAR",
|
2023-12-12 07:14:29 +08:00
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: false,
|
|
|
|
unique: false,
|
|
|
|
notNull: false,
|
|
|
|
increment: false,
|
|
|
|
comment: "",
|
|
|
|
id: 1,
|
2024-02-29 04:47:07 +08:00
|
|
|
size: 255,
|
2023-12-12 07:14:29 +08:00
|
|
|
},
|
|
|
|
{
|
2024-02-29 04:47:07 +08:00
|
|
|
name: "last_name",
|
|
|
|
type: "VARCHAR",
|
2023-12-12 07:14:29 +08:00
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: false,
|
|
|
|
unique: false,
|
|
|
|
notNull: false,
|
|
|
|
increment: false,
|
|
|
|
comment: "",
|
|
|
|
id: 2,
|
2024-02-29 04:47:07 +08:00
|
|
|
size: 255,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: "phone",
|
|
|
|
type: "VARCHAR",
|
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: false,
|
|
|
|
unique: false,
|
|
|
|
notNull: false,
|
|
|
|
increment: false,
|
|
|
|
comment: "",
|
|
|
|
id: 3,
|
|
|
|
size: 255,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: "address",
|
|
|
|
type: "VARCHAR",
|
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: false,
|
|
|
|
unique: false,
|
|
|
|
notNull: false,
|
|
|
|
increment: false,
|
|
|
|
comment: "",
|
|
|
|
id: 4,
|
|
|
|
size: 255,
|
2023-12-12 07:14:29 +08:00
|
|
|
},
|
|
|
|
],
|
|
|
|
comment: "",
|
|
|
|
indices: [],
|
2024-02-29 04:47:07 +08:00
|
|
|
color: "#32c9b0",
|
2023-12-12 07:14:29 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
id: 2,
|
2024-02-29 04:47:07 +08:00
|
|
|
name: "transactions",
|
|
|
|
x: 431,
|
|
|
|
y: 4,
|
2023-12-12 07:14:29 +08:00
|
|
|
fields: [
|
|
|
|
{
|
|
|
|
name: "id",
|
|
|
|
type: "INT",
|
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: true,
|
|
|
|
unique: true,
|
|
|
|
notNull: true,
|
|
|
|
increment: true,
|
|
|
|
comment: "",
|
|
|
|
id: 0,
|
|
|
|
},
|
2024-02-29 04:47:07 +08:00
|
|
|
{
|
|
|
|
name: "account_id",
|
|
|
|
type: "INT",
|
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: false,
|
|
|
|
unique: false,
|
|
|
|
notNull: false,
|
|
|
|
increment: false,
|
|
|
|
comment: "",
|
|
|
|
id: 1,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: "time",
|
|
|
|
type: "DATETIME",
|
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: false,
|
|
|
|
unique: false,
|
|
|
|
notNull: false,
|
|
|
|
increment: false,
|
|
|
|
comment: "",
|
|
|
|
id: 2,
|
|
|
|
size: "",
|
|
|
|
values: [],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: "type",
|
|
|
|
type: "ENUM",
|
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: false,
|
|
|
|
unique: false,
|
|
|
|
notNull: false,
|
|
|
|
increment: false,
|
|
|
|
comment: "",
|
|
|
|
id: 3,
|
|
|
|
values: ["withdrawal", "deposit"],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: "amount",
|
|
|
|
type: "FLOAT",
|
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: false,
|
|
|
|
unique: false,
|
|
|
|
notNull: false,
|
|
|
|
increment: false,
|
|
|
|
comment: "",
|
|
|
|
id: 4,
|
|
|
|
size: "",
|
|
|
|
},
|
2023-12-12 07:14:29 +08:00
|
|
|
],
|
|
|
|
comment: "",
|
|
|
|
indices: [],
|
2024-02-29 04:47:07 +08:00
|
|
|
color: "#3cde7d",
|
2023-12-12 07:14:29 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
id: 3,
|
2024-02-29 04:47:07 +08:00
|
|
|
name: "transfers",
|
|
|
|
x: 112,
|
|
|
|
y: 358,
|
2023-12-12 07:14:29 +08:00
|
|
|
fields: [
|
|
|
|
{
|
|
|
|
name: "id",
|
|
|
|
type: "INT",
|
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: true,
|
|
|
|
unique: true,
|
|
|
|
notNull: true,
|
|
|
|
increment: true,
|
|
|
|
comment: "",
|
|
|
|
id: 0,
|
|
|
|
},
|
|
|
|
{
|
2024-02-29 04:47:07 +08:00
|
|
|
name: "from",
|
2023-12-12 07:14:29 +08:00
|
|
|
type: "INT",
|
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: false,
|
|
|
|
unique: false,
|
|
|
|
notNull: false,
|
|
|
|
increment: false,
|
|
|
|
comment: "",
|
|
|
|
id: 1,
|
|
|
|
},
|
2024-02-29 04:47:07 +08:00
|
|
|
{
|
|
|
|
name: "to",
|
|
|
|
type: "INT",
|
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: false,
|
|
|
|
unique: false,
|
|
|
|
notNull: false,
|
|
|
|
increment: false,
|
|
|
|
comment: "",
|
|
|
|
id: 2,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: "time",
|
|
|
|
type: "DATETIME",
|
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: false,
|
|
|
|
unique: false,
|
|
|
|
notNull: false,
|
|
|
|
increment: false,
|
|
|
|
comment: "",
|
|
|
|
id: 3,
|
|
|
|
size: "",
|
|
|
|
values: [],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: "amount",
|
|
|
|
type: "FLOAT",
|
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: false,
|
|
|
|
unique: false,
|
|
|
|
notNull: false,
|
|
|
|
increment: false,
|
|
|
|
comment: "",
|
|
|
|
id: 4,
|
|
|
|
size: "",
|
|
|
|
},
|
2023-12-12 07:14:29 +08:00
|
|
|
],
|
|
|
|
comment: "",
|
|
|
|
indices: [],
|
2024-02-29 04:47:07 +08:00
|
|
|
color: "#89e667",
|
2023-12-12 07:14:29 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
id: 4,
|
2024-02-29 04:47:07 +08:00
|
|
|
name: "cards",
|
|
|
|
x: 772,
|
|
|
|
y: 29,
|
2023-12-12 07:14:29 +08:00
|
|
|
fields: [
|
|
|
|
{
|
|
|
|
name: "id",
|
|
|
|
type: "INT",
|
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: true,
|
|
|
|
unique: true,
|
|
|
|
notNull: true,
|
|
|
|
increment: true,
|
|
|
|
comment: "",
|
|
|
|
id: 0,
|
|
|
|
},
|
2024-02-29 04:47:07 +08:00
|
|
|
{
|
|
|
|
name: "type",
|
|
|
|
type: "ENUM",
|
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: false,
|
|
|
|
unique: false,
|
|
|
|
notNull: false,
|
|
|
|
increment: false,
|
|
|
|
comment: "",
|
|
|
|
id: 1,
|
|
|
|
values: ["visa", "master"],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: "customer_id",
|
|
|
|
type: "INT",
|
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: false,
|
|
|
|
unique: false,
|
|
|
|
notNull: false,
|
|
|
|
increment: false,
|
|
|
|
comment: "",
|
|
|
|
id: 2,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: "number",
|
|
|
|
type: "BIGINT",
|
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: false,
|
|
|
|
unique: false,
|
|
|
|
notNull: false,
|
|
|
|
increment: false,
|
|
|
|
comment: "",
|
|
|
|
id: 3,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: "limit",
|
|
|
|
type: "FLOAT",
|
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: false,
|
|
|
|
unique: false,
|
|
|
|
notNull: false,
|
|
|
|
increment: false,
|
|
|
|
comment: "",
|
|
|
|
id: 4,
|
|
|
|
size: "",
|
|
|
|
},
|
2023-12-12 07:14:29 +08:00
|
|
|
],
|
|
|
|
comment: "",
|
|
|
|
indices: [],
|
2024-02-29 04:47:07 +08:00
|
|
|
color: "#ffe159",
|
2023-12-12 07:14:29 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
id: 5,
|
2024-02-29 04:47:07 +08:00
|
|
|
name: "loans",
|
|
|
|
x: 919,
|
|
|
|
y: 281,
|
2023-12-12 07:14:29 +08:00
|
|
|
fields: [
|
|
|
|
{
|
|
|
|
name: "id",
|
|
|
|
type: "INT",
|
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: true,
|
|
|
|
unique: true,
|
|
|
|
notNull: true,
|
|
|
|
increment: true,
|
|
|
|
comment: "",
|
|
|
|
id: 0,
|
|
|
|
},
|
|
|
|
{
|
2024-02-29 04:47:07 +08:00
|
|
|
name: "customer_id",
|
|
|
|
type: "INT",
|
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: false,
|
|
|
|
unique: false,
|
|
|
|
notNull: false,
|
|
|
|
increment: false,
|
|
|
|
comment: "",
|
|
|
|
id: 1,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: "amount",
|
|
|
|
type: "FLOAT",
|
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: false,
|
|
|
|
unique: false,
|
|
|
|
notNull: false,
|
|
|
|
increment: false,
|
|
|
|
comment: "",
|
|
|
|
id: 2,
|
|
|
|
size: "",
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: "rate",
|
|
|
|
type: "FLOAT",
|
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: false,
|
|
|
|
unique: false,
|
|
|
|
notNull: false,
|
|
|
|
increment: false,
|
|
|
|
comment: "",
|
|
|
|
id: 3,
|
|
|
|
size: "",
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: "term",
|
|
|
|
type: "DATE",
|
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: false,
|
|
|
|
unique: false,
|
|
|
|
notNull: false,
|
|
|
|
increment: false,
|
|
|
|
comment: "",
|
|
|
|
id: 4,
|
|
|
|
size: "",
|
|
|
|
values: [],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: "status",
|
|
|
|
type: "ENUM",
|
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: false,
|
|
|
|
unique: false,
|
|
|
|
notNull: false,
|
|
|
|
increment: false,
|
|
|
|
comment: "",
|
|
|
|
id: 5,
|
|
|
|
values: ["paid", "approved"],
|
|
|
|
},
|
|
|
|
],
|
|
|
|
comment: "",
|
|
|
|
indices: [],
|
|
|
|
color: "#ff9159",
|
|
|
|
},
|
|
|
|
{
|
|
|
|
id: 6,
|
|
|
|
name: "investments",
|
|
|
|
x: 664,
|
|
|
|
y: 395,
|
|
|
|
fields: [
|
|
|
|
{
|
|
|
|
name: "id",
|
|
|
|
type: "INT",
|
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: true,
|
|
|
|
unique: true,
|
|
|
|
notNull: true,
|
|
|
|
increment: true,
|
|
|
|
comment: "",
|
|
|
|
id: 0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: "customer_id",
|
|
|
|
type: "INT",
|
2023-12-12 07:14:29 +08:00
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: false,
|
|
|
|
unique: false,
|
|
|
|
notNull: false,
|
|
|
|
increment: false,
|
|
|
|
comment: "",
|
|
|
|
id: 1,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: "type",
|
|
|
|
type: "ENUM",
|
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: false,
|
|
|
|
unique: false,
|
|
|
|
notNull: false,
|
|
|
|
increment: false,
|
|
|
|
comment: "",
|
|
|
|
id: 2,
|
2024-02-29 04:47:07 +08:00
|
|
|
values: ["mutual-fund", "stock"],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: "amount",
|
|
|
|
type: "FLOAT",
|
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: false,
|
|
|
|
unique: false,
|
|
|
|
notNull: false,
|
|
|
|
increment: false,
|
|
|
|
comment: "",
|
|
|
|
id: 3,
|
|
|
|
size: "",
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: "date",
|
|
|
|
type: "DATE",
|
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: false,
|
|
|
|
unique: false,
|
|
|
|
notNull: false,
|
|
|
|
increment: false,
|
|
|
|
comment: "",
|
|
|
|
id: 4,
|
|
|
|
size: "",
|
|
|
|
values: [],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: "current_val",
|
|
|
|
type: "FLOAT",
|
|
|
|
default: "",
|
|
|
|
check: "",
|
|
|
|
primary: false,
|
|
|
|
unique: false,
|
|
|
|
notNull: false,
|
|
|
|
increment: false,
|
|
|
|
comment: "",
|
|
|
|
id: 5,
|
2023-12-12 07:14:29 +08:00
|
|
|
size: "",
|
|
|
|
},
|
|
|
|
],
|
|
|
|
comment: "",
|
|
|
|
indices: [],
|
2024-02-29 04:47:07 +08:00
|
|
|
color: "#f03c3c",
|
2023-12-12 07:14:29 +08:00
|
|
|
},
|
|
|
|
],
|
|
|
|
relationships: [
|
|
|
|
{
|
2024-02-29 04:47:07 +08:00
|
|
|
startTableId: 0,
|
|
|
|
startFieldId: 1,
|
|
|
|
endTableId: 1,
|
2023-12-12 07:14:29 +08:00
|
|
|
endFieldId: 0,
|
2024-02-29 04:47:07 +08:00
|
|
|
startX: 144,
|
|
|
|
startY: 197,
|
|
|
|
endX: 399,
|
|
|
|
endY: 384,
|
|
|
|
name: "accounts_customer_id_fk",
|
|
|
|
cardinality: "Many to one",
|
2023-12-12 07:14:29 +08:00
|
|
|
updateConstraint: "No action",
|
|
|
|
deleteConstraint: "No action",
|
|
|
|
mandatory: false,
|
|
|
|
id: 0,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
startTableId: 4,
|
2024-02-29 04:47:07 +08:00
|
|
|
startFieldId: 2,
|
|
|
|
endTableId: 1,
|
2023-12-12 07:14:29 +08:00
|
|
|
endFieldId: 0,
|
2024-02-29 04:47:07 +08:00
|
|
|
startX: 787,
|
|
|
|
startY: 170,
|
|
|
|
endX: 399,
|
|
|
|
endY: 384,
|
|
|
|
name: "cards_customer_id_fk",
|
|
|
|
cardinality: "Many to one",
|
2023-12-12 07:14:29 +08:00
|
|
|
updateConstraint: "No action",
|
|
|
|
deleteConstraint: "No action",
|
|
|
|
mandatory: false,
|
|
|
|
id: 1,
|
|
|
|
},
|
|
|
|
{
|
2024-02-29 04:47:07 +08:00
|
|
|
startTableId: 5,
|
|
|
|
startFieldId: 1,
|
|
|
|
endTableId: 1,
|
|
|
|
endFieldId: 0,
|
|
|
|
startX: 934,
|
|
|
|
startY: 386,
|
|
|
|
endX: 399,
|
|
|
|
endY: 384,
|
|
|
|
name: "loans_customer_id_fk",
|
|
|
|
cardinality: "Many to one",
|
|
|
|
updateConstraint: "No action",
|
|
|
|
deleteConstraint: "No action",
|
|
|
|
mandatory: false,
|
|
|
|
id: 2,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
startTableId: 6,
|
|
|
|
startFieldId: 1,
|
|
|
|
endTableId: 1,
|
|
|
|
endFieldId: 0,
|
|
|
|
startX: 679,
|
|
|
|
startY: 500,
|
|
|
|
endX: 399,
|
|
|
|
endY: 384,
|
|
|
|
name: "investments_customer_id_fk",
|
|
|
|
cardinality: "Many to one",
|
|
|
|
updateConstraint: "No action",
|
|
|
|
deleteConstraint: "No action",
|
|
|
|
mandatory: false,
|
|
|
|
id: 3,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
startTableId: 2,
|
|
|
|
startFieldId: 1,
|
|
|
|
endTableId: 0,
|
|
|
|
endFieldId: 0,
|
|
|
|
startX: 446,
|
|
|
|
startY: 109,
|
|
|
|
endX: 144,
|
|
|
|
endY: 161,
|
|
|
|
name: "transactions_account_id_fk",
|
|
|
|
cardinality: "Many to one",
|
|
|
|
updateConstraint: "No action",
|
|
|
|
deleteConstraint: "No action",
|
|
|
|
mandatory: false,
|
|
|
|
id: 4,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
startTableId: 3,
|
|
|
|
startFieldId: 2,
|
|
|
|
endTableId: 0,
|
|
|
|
endFieldId: 0,
|
|
|
|
startX: 127,
|
|
|
|
startY: 499,
|
|
|
|
endX: 144,
|
|
|
|
endY: 161,
|
|
|
|
name: "transfers_to_fk",
|
|
|
|
cardinality: "Many to one",
|
|
|
|
updateConstraint: "No action",
|
|
|
|
deleteConstraint: "No action",
|
|
|
|
mandatory: false,
|
|
|
|
id: 5,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
startTableId: 3,
|
|
|
|
startFieldId: 1,
|
|
|
|
endTableId: 0,
|
|
|
|
endFieldId: 0,
|
|
|
|
startX: 127,
|
|
|
|
startY: 463,
|
|
|
|
endX: 144,
|
|
|
|
endY: 161,
|
|
|
|
name: "transfers_from_fk",
|
|
|
|
cardinality: "Many to one",
|
|
|
|
updateConstraint: "No action",
|
|
|
|
deleteConstraint: "No action",
|
|
|
|
mandatory: false,
|
|
|
|
id: 6,
|
2023-12-12 07:14:29 +08:00
|
|
|
},
|
|
|
|
],
|
2024-02-29 04:47:07 +08:00
|
|
|
notes: [],
|
|
|
|
subjectAreas: [],
|
2023-12-12 07:14:29 +08:00
|
|
|
types: [],
|
2024-02-29 04:47:07 +08:00
|
|
|
title: "Bank schema",
|
2023-12-12 07:14:29 +08:00
|
|
|
description:
|
2024-02-29 04:47:07 +08:00
|
|
|
"A financial schema designed to manage financial transactions, accounts, customers, and other aspects of financial data.",
|
2023-12-19 10:36:10 +08:00
|
|
|
custom: 0,
|
2023-12-12 07:14:29 +08:00
|
|
|
};
|