INSERT INTO t_project (id, name, company, created_at, updated_at, project_type, creator_id) VALUES (#{id}, #{name}, #{company}, now(), now(), #{projectType}, #{creatorId})