(improvement)(headless) Update schema-mysql.sql and sql-update.sql (#578)

Co-authored-by: jolunoluo
This commit is contained in:
LXW
2023-12-28 10:05:56 +08:00
committed by GitHub
parent 327bab015e
commit d0289a3243
3 changed files with 24 additions and 13 deletions

View File

@@ -150,7 +150,7 @@ alter table s2_model add column `source_type` varchar(128) DEFAULT NULL;
CREATE TABLE `s2_app`
(
id bigint primary key AUTO_INCREMENT PRIMARY KEY,
id bigint PRIMARY KEY AUTO_INCREMENT,
name VARCHAR(255),
description VARCHAR(255),
status INT,