wip fix
This commit is contained in:
parent
084675a811
commit
bd49a299bf
|
|
@ -121,7 +121,7 @@ export const execQuery = async (args: DBArg, prisma: any) => {
|
||||||
is_pk: !!is_pk,
|
is_pk: !!is_pk,
|
||||||
type: type.toLowerCase(),
|
type: type.toLowerCase(),
|
||||||
optional: !!col.optional,
|
optional: !!col.optional,
|
||||||
db_type: attr.name,
|
db_type: attr.name.toLowerCase(),
|
||||||
default: default_val
|
default: default_val
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue