Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CREATE TABLE gpt_conversaion error #1

Open
gnjbm1px263cywt7 opened this issue May 24, 2023 · 0 comments
Open

CREATE TABLE gpt_conversaion error #1

gnjbm1px263cywt7 opened this issue May 24, 2023 · 0 comments

Comments

@gnjbm1px263cywt7
Copy link

koishi | 2023-05-24 19:32:35 [I] mysql auto creating table gpt_conversaion
koishi | 2023-05-24 19:32:35 [I] mysql auto creating table gpt_messages
koishi | 2023-05-24 19:32:35 [W] mysql CREATE TABLE gpt_conversaion (id char(256) not null, latestId char(255) null, model varchar(255) null, messages text(65535) null, PRIMARY KEY (id)) COLLATE = 'utf8mb4_general_ci'
koishi | 2023-05-24 19:32:35 [W] console ER_TOO_BIG_FIELDLENGTH: Column length too big for column 'id' (max = 255); use BLOB or TEXT instead
koishi | at MySQLDriver.query (/koishi/node_modules/@minatojs/driver-mysql/lib/index.js:306:19)
koishi | at MySQLDriver.prepare (/koishi/node_modules/@minatojs/driver-mysql/lib/index.js:282:19)
koishi | at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
koishi | at async DatabaseService.prepare (/koishi/node_modules/@minatojs/core/lib/index.cjs:525:5)
koishi | 2023-05-24 19:32:35 [W] console ER_TOO_BIG_FIELDLENGTH: Column length too big for column 'id' (max = 255); use BLOB or TEXT instead
koishi | at MySQLDriver.query (/koishi/node_modules/@minatojs/driver-mysql/lib/index.js:306:19)
koishi | at MySQLDriver.prepare (/koishi/node_modules/@minatojs/driver-mysql/lib/index.js:282:19)
koishi | at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
koishi | at async DatabaseService.prepare (/koishi/node_modules/@minatojs/core/lib/index.cjs:525:5)
koishi | 2023-05-24 19:32:35 [W] console ER_TOO_BIG_FIELDLENGTH: Column length too big for column 'id' (max = 255); use BLOB or TEXT instead
koishi | at MySQLDriver.query (/koishi/node_modules/@minatojs/driver-mysql/lib/index.js:306:19)
koishi | at MySQLDriver.prepare (/koishi/node_modules/@minatojs/driver-mysql/lib/index.js:282:19)
koishi | at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
koishi | at async DatabaseService.prepare (/koishi/node_modules/@minatojs/core/lib/index.cjs:525:5)
koishi | 2023-05-24 19:32:35 [W] console ER_TOO_BIG_FIELDLENGTH: Column length too big for column 'id' (max = 255); use BLOB or TEXT instead
koishi | at MySQLDriver.query (/koishi/node_modules/@minatojs/driver-mysql/lib/index.js:306:19)
koishi | at MySQLDriver.prepare (/koishi/node_modules/@minatojs/driver-mysql/lib/index.js:282:19)
koishi | at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
koishi | at async DatabaseService.prepare (/koishi/node_modules/@minatojs/core/lib/index.cjs:525:5)
koishi | 2023-05-24 19:32:35 [W] app ER_TOO_BIG_FIELDLENGTH: Column length too big for column 'id' (max = 255); use BLOB or TEXT instead
koishi | at MySQLDriver.query (/koishi/node_modules/@minatojs/driver-mysql/lib/index.js:306:19)
koishi | at MySQLDriver.prepare (/koishi/node_modules/@minatojs/driver-mysql/lib/index.js:282:19)
koishi | at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
koishi | at async DatabaseService.prepare (/koishi/node_modules/@minatojs/core/lib/index.cjs:525:5)
koishi | 2023-05-24 19:32:35 [E] app ER_TOO_BIG_FIELDLENGTH: Column length too big for column 'id' (max = 255); use BLOB or TEXT instead
koishi | at MySQLDriver.query (/koishi/node_modules/@minatojs/driver-mysql/lib/index.js:306:19)
koishi | at MySQLDriver.prepare (/koishi/node_modules/@minatojs/driver-mysql/lib/index.js:282:19)
koishi | at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
koishi | at async DatabaseService.prepare (/koishi/node_modules/@minatojs/core/lib/index.cjs:525:5)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant