# indiff **Repository Path**: qwop/indiff ## Basic Information - **Project Name**: indiff - **Description**: No description available - **Primary Language**: YAML - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-20 - **Last Updated**: 2023-06-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README create table xdl_article_secondary_column ( id bigint auto_increment primary key, name varchar(255) default '' not null comment '二级栏目名称', sort int(10) default 0 not null comment '排序', column_id bigint default 0 not null, creation_time datetime null comment '创建时间' ) comment '二级栏目' charset = utf8mb4; alter table xdl_article_column_content add secondary_column bigint(20) default 0 not null comment '二级栏目id'; 53 14 * * * nohup java -jar /opt/sync/sync-1.0.jar -server -Duser.timezone=Asia/Shanghai -Xms512m -Xmx512m > /opt/sync/logs/sync-$(date +%Y-%m-%d).log 2>&1 &