almost working
This commit is contained in:
parent
a07a71d92a
commit
8165994fde
7 changed files with 64 additions and 17 deletions
|
|
@ -326,7 +326,7 @@ export class QuestDBSchemaManager {
|
|||
// Add designated timestamp
|
||||
const timestampColumn = schema.columns.find(col => col.designated);
|
||||
if (timestampColumn) {
|
||||
sql += ` timestamp(${timestampColumn.name})`;
|
||||
sql += ` TIMESTAMP(${timestampColumn.name})`;
|
||||
}
|
||||
|
||||
// Add partition by
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue