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 2b80e22 commit fcc1e14Copy full SHA for fcc1e14
src/containers/Tenant/utils/schemaQueryTemplates.ts
@@ -73,7 +73,6 @@ export const alterTableTemplate = (params?: SchemaQueryParams) => {
73
ALTER TABLE \`${params?.relativePath || '$path'}\`
74
-- RENAME TO new_table_name
75
-- DROP COLUMN some_existing_column
76
- -- ADD COLUMN text_column Utf8 NOT NULL DEFAULT 'default_value'
77
ADD COLUMN numeric_column Int32;`;
78
};
79
export const selectQueryTemplate = (params?: SchemaQueryParams) => {
0 commit comments