create table hrsa_salary_acct_sob_config ( id bigint primary key comment 'ID' , create_time datetime comment '����ʱ��' , update_time datetime comment '�޸�ʱ��' , creator bigint comment '������id' , delete_type int default 0 comment '�Ƿ�ɾ��' , tenant_key varchar(10) comment '�⻧KEY' , salary_acct_record_id bigint comment 'н�ʺ����¼��id' , basic_config text comment 'н�����׵Ļ�����Ϣ' , employee_field_config text comment 'н�����׵�Ա����Ϣ�ֶ�' , item_config text comment 'н�����׵�н����Ŀ' , item_group_config text comment 'н�����׵�н����Ŀ����' , back_item_config text comment 'н����Ŀ�Ļ���н����Ŀ' , adjust_rule_config text comment 'н����Ŀ�ĵ�н����' , check_rule_config text comment 'н����Ŀ��У�����' ) ;