This commit is contained in:
Rizky 2024-03-07 20:53:44 +07:00
parent 084675a811
commit bd49a299bf
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ export const execQuery = async (args: DBArg, prisma: any) => {
is_pk: !!is_pk,
type: type.toLowerCase(),
optional: !!col.optional,
db_type: attr.name,
db_type: attr.name.toLowerCase(),
default: default_val
};
}