zoukankan      html  css  js  c++  java
  • 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;
    
  • 相关阅读:
    kibana x-pack 更新license
    elastic search集群请求超时
    angular4 angular/cli 版本升级
    windows 编写shell 脚本转化成unix
    spring boot 自定义HandlerMethodArgumentResolver做参数校验
    Fiddler 重定向BUG
    scoop
    acm每日刷题记录
    ccpc 2016 changchun 长春(4.12训练)
    cf 338E
  • 原文地址:https://www.cnblogs.com/guxingy/p/13522736.html
Copyright © 2011-2022 走看看