mirror of
https://github.com/chartdb/chartdb.git
synced 2026-02-20 01:03:53 +08:00
fix(relationship): fix creating of relationships (#732)
This commit is contained in:
parent
73f542adad
commit
08b627cb8c
@ -1,4 +1,3 @@
|
||||
import { nanoid as generateId } from 'nanoid';
|
||||
import { z } from 'zod';
|
||||
import { dataTypeSchema, type DataType } from '../data/data-types/data-types';
|
||||
import type { ColumnInfo } from '../data/import-metadata/metadata-types/column-info';
|
||||
@ -6,6 +5,7 @@ import type { AggregatedIndexInfo } from '../data/import-metadata/metadata-types
|
||||
import type { PrimaryKeyInfo } from '../data/import-metadata/metadata-types/primary-key-info';
|
||||
import type { TableInfo } from '../data/import-metadata/metadata-types/table-info';
|
||||
import { schemaNameToDomainSchemaName } from './db-schema';
|
||||
import { generateId } from '../utils';
|
||||
|
||||
export interface DBField {
|
||||
id: string;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user