id, platform, containers, script, file_name_suffix, create_time, update_time
insert into platform_config
id,
platform,
containers,
create_time,
update_time,
script,
file_name_suffix,
#{id,jdbcType=BIGINT},
#{platform,jdbcType=VARCHAR},
#{containers,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
#{updateTime,jdbcType=TIMESTAMP},
#{script,jdbcType=LONGVARCHAR},
#{fileNameSuffix,jdbcType=VARCHAR},
update platform_config
platform = #{platform,jdbcType=VARCHAR},
containers = #{containers,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP},
script = #{script,jdbcType=LONGVARCHAR},
file_name_suffix = #{fileNameSuffix,jdbcType=VARCHAR},
where id = #{id,jdbcType=BIGINT}