5 lines
381 B
TypeScript
5 lines
381 B
TypeScript
import type { BUN_MARIADB_FieldSchemaType } from "../../types";
|
|
export declare function defaultForeignKeyName(tableName: string, fieldName: string): string;
|
|
export declare function resolveForeignKeyName(field: BUN_MARIADB_FieldSchemaType, tableName: string): string;
|
|
export default function buildForeignKeyConstraint(field: BUN_MARIADB_FieldSchemaType, tableName: string): string;
|