mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-27 19:04:25 +08:00
(improvement)(headless) Update schema-mysql.sql and sql-update.sql (#578)
Co-authored-by: jolunoluo
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user