mirror of
https://github.com/Fabio286/antares.git
synced 2025-02-01 09:56:54 +01:00
fix: unable to insert auto-generated datetime fields
This commit is contained in:
parent
e62f280528
commit
ff272440bd
@ -2,7 +2,7 @@ import * as antares from 'common/interfaces/antares';
|
||||
import { InsertRowsParams } from 'common/interfaces/tableApis';
|
||||
import { ipcMain } from 'electron';
|
||||
import { faker } from '@faker-js/faker';
|
||||
import moment from 'moment';
|
||||
import * as moment from 'moment';
|
||||
import { sqlEscaper } from 'common/libs/sqlEscaper';
|
||||
import { TEXT, LONG_TEXT, ARRAY, TEXT_SEARCH, NUMBER, FLOAT, BLOB, BIT, DATE, DATETIME } from 'common/fieldTypes';
|
||||
import * as customizations from 'common/customizations';
|
||||
|
Loading…
x
Reference in New Issue
Block a user