select id, name, description, created_at, updated_at, english_name, xml_content, platform_id, scenario_id from behaviortree
insert into behaviortree
name,description,created_at,updated_at,english_name,xml_content,platform_id,#{name},#{description},#{createdAt},#{updatedAt},#{englishName},#{xmlContent},#{platformId},
INSERT INTO afsim_scenario (name, description, scenario_path, communication_graph)
VALUES (#{name}, #{description}, #{scenarioPath}, #{communicationGraph})
update behaviortree
name = #{name},description = #{description},created_at = #{createdAt},updated_at = #{updatedAt},english_name = #{englishName},xml_content = #{xmlContent},
where id = #{id}
delete from behaviortree where id = #{id}
delete from behaviortree where id in
#{id}