INSERT INTO
  tbproject(`id`, `name`, `description`, `create_dt`, `dbtype`, `useclause`, `sync_comments`)
VALUES
  (NULL, 'testdb', 'Descrizione test', NOW(), 'mySQL', '', 1);