mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-01 16:38:02 +08:00
7 lines
189 B
SQL
7 lines
189 B
SQL
USE `cosinee`;
|
|
-- -----------------
|
|
-- prepare variables
|
|
-- -----------------
|
|
|
|
ALTER TABLE `uk_agentuser` MODIFY COLUMN `sessiontimes` BIGINT(64) NULL DEFAULT NULL COMMENT '会话时长';
|