This commit is contained in:
Rizky 2024-07-07 08:04:20 +07:00
parent 174a54e955
commit 4a1b05dd56
1 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@ export const execQuery = async (args: DBArg, prisma: any) => {
.map((e) => e?.name) as string[];
console.log("iud", arg);
return { hr: "hello" };
if (schema_table) {
let pks: Property[] = [];