Updates
This commit is contained in:
+3
@@ -3,6 +3,9 @@ export type ColumnInfoRow = {
|
||||
name: string;
|
||||
type: string;
|
||||
comment?: string;
|
||||
isNullable: boolean;
|
||||
columnDefault: string | null;
|
||||
extra: string;
|
||||
};
|
||||
export default function getTableColumns({ tableName, config, }: {
|
||||
tableName: string;
|
||||
|
||||
Reference in New Issue
Block a user