We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e4308 commit 4bf43afCopy full SHA for 4bf43af
src/containers/Tenant/utils/queryTemplates.ts
@@ -59,7 +59,7 @@ WITH (
59
};
60
export const alterTableTemplate = (path: string) => {
61
return `ALTER TABLE \`${path}\`
62
- ADD COLUMN is_deleted Bool;`;
+ ADD COLUMN numeric_column Int32;`;
63
64
export const selectQueryTemplate = (path: string) => {
65
return `SELECT *
0 commit comments