SQL_TAGGER_CODE_ROOT - The root of your codebase. This is used to find out which stack frames belong to your application code. If you have a utility method that you call from multiple places, you may ...
MODIFY `table_schema` VARCHAR (64) NOT NULL COMMENT '字段所在库名', MODIFY `table_name` VARCHAR (64) NOT NULL COMMENT '字段所在表名', MODIFY `column_name` VARCHAR (64) NOT NULL COMMENT '字段名', MODIFY ...