goinception审核等级

Posted _雪辉_

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了goinception审核等级相关的知识,希望对你有一定的参考价值。

#alter语句合并
er_alter_table_once = 1
#自增列限制
er_auto_incr_id_warning = 0
er_autoinc_unsigned = 0
BLOB、TEXT、GEOMETRY或JSON列没有有默认值。
er_blob_cant_have_default = 1
#不支持change
er_cant_change_column = 0
#不能更改列位置
er_cant_change_column_position = 2
#不能设置字符集xxx
er_cant_set_charset = 1
#不能设置排序规则
er_cant_set_collation = 1
#不能设置引擎
er_cant_set_engine = 1
#不能修改列数据类型
er_change_column_type = 1
#ddl更改不能超过多少行
er_change_too_much_rows = 2
#将列“%s”设置为 VARCHAR 类型
er_char_to_varchar_len = 1
#不允许为列单独设置字符集或排序规则。
er_charset_on_column = 2
#字段没有备注
er_column_have_no_comment = 2
#为时间戳列设置默认值。
er_datetime_default = 1
#禁止外键设置
er_foreign_key = 2
#禁止数据库关键字
er_ident_use_keyword = 1
#禁止隐式类型转换
er_implicit_type_conversion = 2
#自增起始值不是1
er_inc_init_err = 1
#索引命前缀设置
er_index_name_idx_prefix = 1
#唯一索引命前缀设置
er_index_name_uniq_prefix = 1
#插入太多行
er_insert_too_much_rows = 1
#设置不支持数据类型
er_invalid_data_type = 1
#可用字符
er_invalid_ident = 1
#join使用on
er_join_no_on_condition = 2
#json支持
er_json_type_support = 1
#必须有xxx字段
er_must_have_columns = 2
#xxx字段必须有索引
er_columns_must_have_index = 2
#指定字段数据类型
er_columns_must_have_index_type_err = 2
#设置where条件
er_no_where_condition = 2
#禁止null
er_not_allowed_nullable = 2
#禁止rand order
er_ordery_by_rand = 2
#分区表支持
er_partition_not_allowed = 0
#主键字段不是int
er_pk_cols_not_int = 1
#主键包含过多字段
er_pk_too_many_parts = 1
#禁止select *
er_select_only_star = 2
#自增类型设置为int/bigint
er_set_data_type_int_bigint = 0
#禁止设置表字符集
er_table_charset_must_null = 0
#设置表字符集允许列表
er_table_charset_must_utf8 = 2
#表必须有备注
er_table_must_have_comment = 1
#必须有主键
er_table_must_have_pk = 2
#表名前缀
er_table_prefix = 0
#text、blob不能支持为null
er_text_not_nullable_error = 1
#禁止timestamp
er_timestamp_default = 2
#单索引字段上限数量
er_too_many_key_parts = 2
#索引上限
er_too_many_keys = 1
#时间字段定义不正确
er_too_much_auto_datetime_cols = 2
#时间字段定义不正确
er_too_much_auto_timestamp_cols = 2
#更新行数大于xxx
er_udpate_too_much_rows = 2
#禁用enum类型
er_use_enum = 2
#text/blob是否启用
er_use_text_or_blob = 1
#新增字段无默认值
er_with_default_add_column = 2
#指定insert字段
er_with_insert_field = 1
#dml禁止limit
er_with_limit_condition = 2
#dml禁止order by
er_with_orderby_condition = 2
er_wrong_and_expr = 1
#禁止视图
er_view_support = 2
#非法日期
er_incorrect_datetime_value = 2

以上是关于goinception审核等级的主要内容,如果未能解决你的问题,请参考以下文章

goinception审核规则

goinception审核规则

goinception审核规则列表

超赞!墙裂推荐一个 MySQL 自动化运维工具!

goinception执行逻辑

goinception执行逻辑