id, table_id, column_seq, primary_key_seq, refer_id, name, brief, remarks, type_name, column_size, is_auto_increment, is_nullable, default_value, is_enumerable, options, update_user_id, create_time, update_time, status
insert into bi_field
table_id,
column_seq,
primary_key_seq,
refer_id,
name,
brief,
remarks,
type_name,
column_size,
is_auto_increment,
is_nullable,
default_value,
is_enumerable,
options,
update_user_id,
status,
#{tableId,jdbcType=INTEGER},
#{columnSeq,jdbcType=INTEGER},
#{primaryKeySeq,jdbcType=INTEGER},
#{referId,jdbcType=INTEGER},
#{name,jdbcType=VARCHAR},
#{brief,jdbcType=VARCHAR},
#{remarks,jdbcType=VARCHAR},
#{typeName,jdbcType=VARCHAR},
#{columnSize,jdbcType=INTEGER},
#{isAutoIncrement,jdbcType=BIT},
#{isNullable,jdbcType=BIT},
#{defaultValue,jdbcType=VARCHAR},
#{isEnumerable,jdbcType=BIT},
#{options,jdbcType=VARCHAR},
#{updateUserId,jdbcType=INTEGER},
#{status,jdbcType=INTEGER},
update bi_field
table_id = #{tableId,jdbcType=INTEGER},
column_seq = #{columnSeq,jdbcType=INTEGER},
primary_key_seq = #{primaryKeySeq,jdbcType=INTEGER},
refer_id = #{referId,jdbcType=INTEGER},
name = #{name,jdbcType=VARCHAR},
brief = #{brief,jdbcType=VARCHAR},
remarks = #{remarks,jdbcType=VARCHAR},
type_name = #{typeName,jdbcType=VARCHAR},
column_size = #{columnSize,jdbcType=INTEGER},
is_auto_increment = #{isAutoIncrement,jdbcType=BIT},
is_nullable = #{isNullable,jdbcType=BIT},
default_value = #{defaultValue,jdbcType=VARCHAR},
is_enumerable = #{isEnumerable,jdbcType=BIT},
options = #{options,jdbcType=VARCHAR},
update_user_id = #{updateUserId,jdbcType=INTEGER},
status = #{status,jdbcType=INTEGER},
where id = #{id,jdbcType=INTEGER}
update bi_field set status = 1
where id in
#{item,jdbcType=BIGINT}