• SpringBlade 为id添加自增长属性


    ALTER TABLE blade_client CHANGE id id BIGINT auto_increment not null;
    ALTER TABLE blade_code CHANGE id id BIGINT auto_increment not null;
    ALTER TABLE blade_datasource CHANGE id id BIGINT auto_increment not null;
    ALTER TABLE blade_dept CHANGE id id BIGINT auto_increment not null;
    ALTER TABLE blade_dict CHANGE id id BIGINT auto_increment not null;
    ALTER TABLE blade_log_api CHANGE id id BIGINT auto_increment not null;
    ALTER TABLE blade_log_error CHANGE id id BIGINT auto_increment not null;
    ALTER TABLE blade_log_usual CHANGE id id BIGINT auto_increment not null;
    ALTER TABLE blade_menu CHANGE id id BIGINT auto_increment not null;
    ALTER TABLE blade_notice CHANGE id id BIGINT auto_increment not null;
    ALTER TABLE blade_param CHANGE id id BIGINT auto_increment not null;
    ALTER TABLE blade_post CHANGE id id BIGINT auto_increment not null;
    ALTER TABLE blade_role CHANGE id id BIGINT auto_increment not null;
    ALTER TABLE blade_role_menu CHANGE id id BIGINT auto_increment not null;
    ALTER TABLE blade_tenant CHANGE id id BIGINT auto_increment not null;
    ALTER TABLE blade_user CHANGE id id BIGINT auto_increment not null;
    
  • 相关阅读:
    ubuntu安装eclipse配置jdk环境
    ubuntu之使用sublime text3搭建Python IDE
    windows远程控制ubuntu尝试--未成功
    食物链(luogu 2024)
    玉米田Corn Fields(luogu 1879)
    互不侵犯(luogu 1896)
    又是毕业季I(luogu 1372)
    Supermarket
    Network of Schools [USACO5.3]
    最大乘积
  • 原文地址:https://www.cnblogs.com/guxingy/p/13522736.html
Copyright © 2020-2023  润新知