sqlite-web 0.7.2
forge.db
messages
Create
Query
account
agent_skills
agents
api_providers
channel_audit_logs
channel_bindings
channel_dedupe
channel_outbound_refs
channel_permission_links
cron_tasks
external_identities
external_users
h5_pages
hooks
im_channels
im_pairing_requests
invitations
marketplace_templates
mcp_servers
messages
provider_models
session
sessions
settings
skills
task_executions
user
user_settings
verification
webhook_tokens
weixin_context_tokens
weixin_sync_cursors
workspace_members
workspaces
wxapp_configs
wxapp_tokens
Toggle helper tables
Structure
Content
Query
Insert
Drop
Import
Export
Update row a94c6d63-3937-4771-a3c6-bb80d40940d5 in messages
id
a94c6d63-3937-4771-a3c6-bb80d40940d5
Primary key.
TEXT
session_id
f3d63861-5ab8-4e1c-99a7-e0514059a19f
TEXT NOT NULL
role
assistant
TEXT NOT NULL
content
[{"type":"thinking","text":"The user wants me to output an HTML file about the \"挖、采、用\" three-step system. I'll create a well-designed HTML document that explains it visually and clearly. Let me write it to a file. The user is in the AI-Extraction-Engine project, so I'll put it there or maybe in their home directory. Let me just create it in their current workspace.\n\nI'll use the Write tool since this is a new file outside .claude/ directory."},{"type":"thinking","text":"The user wants me to output an HTML file about the \"挖、采、用\" three-step system. I'll create a well-designed HTML document that explains it visually and clearly. Let me write it to a file. The user is in the AI-Extraction-Engine project, so I'll put it there or maybe in their home directory. Let me just create it in their current workspace.\n\nI'll use the Write tool since this is a new file outside .claude/ directory."},{"type":"tool_use","id":"call_00_YZy8TlYGsHrBa0ngFDIb2969","name":"Write","input":{"file_path":"/home/forge/workspace/forgeworkspace/AI-Extraction-Engine/挖采用三步体系.html","content":"<!DOCTYPE html>\n<html lang=\"zh-CN\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>挖·采·用 — 经验萃取三步体系</title>\n<style>\n * { margin: 0; padding: 0; box-sizing: border-box; }\n body {\n font-family: -apple-system, \"PingFang SC\", \"Microsoft YaHei\", sans-serif;\n background: #f5f5f0;\n color: #2c2c2c;\n line-height: 1.8;\n padding: 40px 20px;\n }\n .container { max-width: 880px; margin: 0 auto; }\n\n /* 标题区 */\n .hero {\n text-align: center;\n padding: 60px 0 50px;\n }\n .hero h1 {\n font-size: 56px;\n font-weight: 700;\n letter-spacing: 12px;\n color: #2c2c2c;\n }\n .hero h1 .step { display: inline-block; }\n .hero h1 .step.w { color: #b91c1c; }\n .hero h1 .step.c { color: #1e40af; }\n .hero h1 .step.y { color: #b45309; }\n .hero .subtitle {\n font-size: 18px;\n color: #6b6b6b;\n margin-top: 12px;\n letter-spacing: 4px;\n }\n .hero .quote {\n margin-top: 28px;\n font-size: 20px;\n color: #8b4513;\n background: #fff8e7;\n padding: 18px 30px;\n border-radius: 12px;\n border-left: 5px solid #b45309;\n text-align: left;\n line-height: 1.7;\n }\n\n /* 章节卡片 */\n .section {\n margin-bottom: 48px;\n }\n .section-header {\n display: flex;\n align-items: center;\n gap: 16px;\n margin-bottom: 24px;\n padding-bottom: 12px;\n border-bottom: 3px solid #e0ddd5;\n }\n .section-header .icon {\n width: 52px; height: 52px;\n border-radius: 12px;\n display: flex;\n align-items: center;\n justify-content: center;\n font-size: 28px;\n font-weight: 700;\n color: #fff;\n flex-shrink: 0;\n }\n .section-header .icon.red { background: #b91c1c; }\n .section-header .icon.blue { background: #1e40af; }\n .section-header .icon.yellow { background: #b45309; }\n .section-header h2 {\n font-size: 28px;\n font-weight: 700;\n }\n .section-header .tag {\n font-size: 13px;\n color: #888;\n background: #eaeae4;\n padding: 3px 12px;\n border-radius: 20px;\n margin-left: auto;\n }\n\n .card {\n background: #fff;\n border-radius: 14px;\n padding: 28px 32px;\n box-shadow: 0 2px 8px rgba(0,0,0,0.06);\n margin-bottom: 16px;\n }\n .card h3 {\n font-size: 20px;\n color: #333;\n margin-bottom: 10px;\n }\n .card p, .card li { font-size: 15px; color: #444; }\n .card ul, .card ol { padding-left: 22px; margin-top: 8px; }\n .card li { margin-bottom: 6px; }\n\n /* 对话表格 */\n .dialog-table {\n width: 100%;\n border-collapse: collapse;\n margin-top: 12px;\n font-size: 14px;\n }\n .dialog-table th {\n background: #f0ede8;\n padding: 10px 14px;\n text-align: left;\n font-weight: 600;\n font-size: 13px;\n color: #555;\n }\n .dialog-table th:first-child { border-radius: 8px 0 0 0; }\n .dialog-table th:last-child { border-radius: 0 8px 0 0; }\n .dialog-table td {\n padding: 12px 14px;\n border-bottom: 1px solid #eee;\n vertical-align: top;\n }\n .dialog-table tr:last-child td { border-bottom: none; }\n .dialog-table .ask { color: #1e40af; font-weight: 500; }\n .dialog-table .answer { color: #b91c1c; font-weight: 500; }\n .dialog-table .verdict { color: #888; font-size: 13px; }\n\n /* 步骤条 */\n .step-row {\n display: flex;\n gap: 12px;\n margin: 18px 0 8px;\n }\n .step-num {\n width: 28px; height: 28px;\n border-radius: 50%;\n background: #b91c1c;\n color: #fff;\n display: flex;\n align-items: center;\n justify-content: center;\n font-size: 14px;\n font-weight: 600;\n flex-shrink: 0;\n margin-top: 2px;\n }\n .step-num.blue { background: #1e40af; }\n .step-num.yellow { background: #b45309; }\n\n /* 落地表格 */\n .usage-table {\n width: 100%;\n border-collapse: collapse;\n margin-top: 12px;\n font-size: 14px;\n }\n .usage-table th {\n background: #b45309;\n color: #fff;\n padding: 10px 14px;\n text-align: left;\n font-weight: 600;\n font-size: 13px;\n }\n .usage-table th:first-child { border-radius: 8px 0 0 0; }\n .usage-table th:last-child { border-radius: 0 8px 0 0; }\n .usage-table td {\n padding: 12px 14px;\n border-bottom: 1px solid #f0ede8;\n vertical-align: top;\n }\n .usage-table tr:last-child td { border-bottom: none; }\n\n /* 金条高亮 */\n .gold-bar {\n background: #fff8e7;\n border-left: 4px solid #b45309;\n border-radius: 8px;\n padding: 16px 20px;\n margin: 16px 0;\n font-size: 14px;\n line-height: 1.9;\n }\n .gold-bar .label {\n display: inline-block;\n background: #b45309;\n color: #fff;\n font-size: 11px;\n padding: 2px 10px;\n border-radius: 10px;\n margin-right: 8px;\n font-weight: 600;\n }\n\n /* 比喻卡片 */\n .analogy {\n background: #f5f0e8;\n border-radius: 12px;\n padding: 20px 24px;\n margin-top: 16px;\n position: relative;\n }\n .analogy::before {\n content: \"💡\";\n position: absolute;\n top: -10px; left: 20px;\n font-size: 24px;\n }\n .analogy p { font-size: 14px; color: #555; }\n\n /* 底部总结 */\n .footer-card {\n background: #2c2c2c;\n border-radius: 14px;\n padding: 36px 32px;\n color: #e0ddd5;\n text-align: center;\n margin-top: 20px;\n }\n .footer-card .big {\n font-size: 28px;\n color: #fff;\n letter-spacing: 6px;\n font-weight: 700;\n margin-bottom: 10px;\n }\n .footer-card .big .w { color: #ef4444; }\n .footer-card .big .c { color: #60a5fa; }\n .footer-card .big .y { color: #f59e0b; }\n .footer-card p { font-size: 15px; color: #b0ada5; }\n\n /* 总览三栏 */\n .overview-grid {\n display: grid;\n grid-template-columns: 1fr 1fr 1fr;\n gap: 16px;\n margin-bottom: 48px;\n }\n .overview-item {\n background: #fff;\n border-radius: 14px;\n padding: 24px;\n text-align: center;\n box-shadow: 0 2px 8px rgba(0,0,0,0.06);\n }\n .overview-item .big-icon {\n font-size: 42px;\n margin-bottom: 6px;\n }\n .overview-item h3 {\n font-size: 24px;\n font-weight: 700;\n margin-bottom: 4px;\n }\n .overview-item .desc {\n font-size: 13px;\n color: #888;\n line-height: 1.5;\n }\n .overview-item .arrow {\n font-size: 24px;\n color: #ccc;\n margin: 6px 0;\n }\n\n @media (max-width: 640px) {\n .hero h1 { font-size: 36px; letter-spacing: 8px; }\n .overview-grid { grid-template-columns: 1fr; }\n .section-header { flex-wrap: wrap; }\n .section-header .tag { margin-left: 0; }\n .card { padding: 20px; }\n .dialog-table { font-size: 13px; }\n .dialog-table td, .dialog-table th { padding: 8px 10px; }\n }\n</style>\n</head>\n<body>\n\n<div class=\"container\">\n\n <!-- ========== 标题 ========== -->\n <div class=\"hero\">\n <h1>\n <span class=\"step w\">挖</span> ·\n <span class=\"step c\">采</span> ·\n <span class=\"step y\">用</span>\n </h1>\n <div class=\"subtitle\">组织经验萃取三步体系</div>\n <div class=\"quote\">\n \"从业务中来,回到业务中去。<br>\n 把高手脑子里的经验,变成全团队的本事。\"\n </div>\n </div>\n\n <!-- ========== 总览三栏 ========== -->\n <div class=\"overview-grid\">\n <div class=\"overview-item\">\n <div class=\"big-icon\">🔍</div>\n <h3 style=\"color:#b91c1c\">挖</h3>\n <div class=\"desc\">探矿——<br>先搞清楚金矿在哪儿</div>\n <div class=\"arrow\">↓</div>\n <div class=\"desc\" style=\"color:#666\">产出:萃取主题清单</div>\n </div>\n <div class=\"overview-item\">\n <div class=\"big-icon\">⛏️</div>\n <h3 style=\"color:#1e40af\">采</h3>\n <div class=\"desc\">采矿——<br>把隐性经验炼成知识金条</div>\n <div class=\"arrow\">↓</div>\n <div class=\"desc\" style=\"color:#666\">产出:结构化知识卡片</div>\n </div>\n <div class=\"overview-item\">\n <div class=\"big-icon\">🛠️</div>\n <h3 style=\"color:#b45309\">用</h3>\n <div class=\"desc\">打首饰——<br>打成趁手兵器让人用起来</div>\n <div class=\"arrow\">↓</div>\n <div class=\"desc\" style=\"color:#666\">产出:清单 / 微课 / 话术 / 演练</div>\n </div>\n </div>\n\n <!-- ========== 第一步:挖 ========== -->\n <div class=\"section\">\n <div class=\"section-header\">\n <div class=\"icon red\">挖</div>\n <h2 style=\"color:#b91c1c\">第一步:挖——金矿在哪儿?</h2>\n <span class=\"tag\">定位选题</span>\n </div>\n\n <div class=\"card\">\n <h3>别上来就抡镐头,先探矿</h3>\n <p>很多人一上来就找专家聊:\"教教我们你怎么做的。\" 专家噼里啪啦讲了一堆,你记了好几页——回头一看全是\"要努力\"\"要了解客户\"\"要建立信任\"这些正确的废话。</p>\n <p style=\"margin-top:10px;font-weight:600;color:#b91c1c\">为什么?因为没挖对地方。</p>\n </div>\n\n <div class=\"card\">\n <h3>挖之前先问自己三个问题</h3>\n <div class=\"step-row\">\n <div class=\"step-num\">1</div>\n <div><strong>哪个场景最值得萃?</strong><br>专家一天干十件事,哪件是他最牛的?选那个<strong>\"新手和高手差距最大\"</strong>的场景。</div>\n </div>\n <div class=\"step-row\">\n <div class=\"step-num blue\">2</div>\n <div><strong>萃出来给谁用?</strong><br>给新人还是给老手?受众不同,萃取深度就不同。</div>\n </div>\n <div class=\"step-row\">\n <div class=\"step-num yellow\">3</div>\n <div><strong>萃到什么程度够用?</strong><br>一张检查清单,还是一套培训课,还是 SOP?决定了你要挖多深。</div>\n </div>\n </div>\n\n <div class=\"card\">\n <h3>挖的产出是一张清单</h3>\n <p>上面列着:<strong>我们要萃什么场景、找谁萃、萃出来干啥</strong>。而不是一个\"我们要萃取销售经验\"的模糊想法。</p>\n </div>\n\n <div class=\"analogy\">\n <p><strong>打个比方</strong>:你是导演,想拍一部关于\"高手做饭\"的纪录片。不能说\"我要拍厨师\"——太宽了。你得说<strong>\"我要拍川菜师傅怎么炒回锅肉,给刚学做菜的年轻人看,拍成 15 分钟的教程\"</strong>。这才是挖清楚了。</p>\n </div>\n </div>\n\n <!-- ========== 第二步:采 ========== -->\n <div class=\"section\">\n <div class=\"section-header\">\n <div class=\"icon blue\">采</div>\n <h2 style=\"color:#1e40af\">第二步:采——把金子从矿石里炼出来</h2>\n <span class=\"tag\">深度萃取</span>\n </div>\n\n <div class=\"card\">\n <h3>不是聊天,是层层往下挖</h3>\n <p>专家做了 10 年,脑子里有几千个故事、几百条判断规则。你的任务不是让他\"总结一下\",而是<strong>通过提问,把他自己都没意识到的经验撬出来</strong>。</p>\n </div>\n\n <div class=\"card\">\n <h3>一个真实的对话示范</h3>\n <p style=\"font-size:14px;color:#888;margin-bottom:4px;\">假设老张是你们公司的 Top Sales,你在采他的经验——</p>\n <table class=\"dialog-table\">\n <thead>\n <tr><th style=\"width:50px\">轮次</th><th style=\"width:90px\">你问</th><th>老张回答</th><th style=\"width:120px\">问题分析</th></tr>\n </thead>\n <tbody>\n <tr>\n <td>①</td>\n <td class=\"ask\">\"你怎么搞定那个难缠客户的?\"</td>\n <td class=\"answer\">\"就多了解他的需求呗。\"</td>\n <td class=\"verdict\">❌ 太抽象,正确废话</td>\n </tr>\n <tr>\n <td>②</td>\n <td class=\"ask\">\"说说最近一个具体的单子?\"</td>\n <td class=\"answer\">\"有个客户跟了 3 个月,技术总监一直不松口……\"</td>\n <td class=\"verdict\">✅ 挖出具体场景</td>\n </tr>\n <tr>\n <td>③</td>\n <td class=\"ask\">\"那天去见技术总监,你具体做了什么?\"</td>\n <td class=\"answer\">\"我没讲产品,先问了他一个项目上的技术难题。\"</td>\n <td class=\"verdict\">✅ 挖出具体动作</td>\n </tr>\n <tr>\n <td>④</td>\n <td class=\"ask\">\"为什么选择先问问题而不是讲产品?\"</td>\n <td class=\"answer\">\"这种技术型的人,你上来就推销,他就把你当供应商。你帮他解决问题,他才把你当自己人。\"</td>\n <td class=\"verdict\">✅ 挖出判断依据</td>\n </tr>\n <tr>\n <td>⑤</td>\n <td class=\"ask\">\"这个判断是哪来的?吃过亏?\"</td>\n <td class=\"answer\">\"刚入行的时候有一次上来就讲产品讲了半小时,对方说'你根本不理解我们的需求',直接把我轰出去了。\"</td>\n <td class=\"verdict\">✅ 挖出信念来源</td>\n </tr>\n </tbody>\n </table>\n <p style=\"margin-top:14px;font-size:14px;font-weight:600;color:#b91c1c\">真正值钱的东西在第三层、第四层、第五层。大部分人聊到第一层就停了。</p>\n </div>\n\n <div class=\"card\">\n <h3>采出来的\"知识金条\"长这样</h3>\n <div class=\"gold-bar\">\n <span class=\"label\">场景</span> 第一次见技术型客户<br>\n <span class=\"label\">判断</span> 不要先讲产品,先帮对方解决一个真实的技术难题<br>\n <span class=\"label\">原理</span> 技术型决策者把你当\"自己人\"才会认真听你的方案<br>\n <span class=\"label\">来源</span> 老张刚入行时被轰出去的教训\n </div>\n <p style=\"font-size:14px;color:#666\">采得好不好,就看你能不能萃出这种\"在什么情况下、做什么、为什么这么做\"的干货。</p>\n </div>\n\n <div class=\"card\">\n <h3>两大核心技术</h3>\n <div class=\"step-row\">\n <div class=\"step-num blue\">1</div>\n <div><strong>专家访谈技术(7步法)</strong><br>\n 场景还原 → 行为追问 → 判断追问 → 信念追问 → 结果验证 → 反例验证 → 原话锚定</div>\n </div>\n <div class=\"step-row\">\n <div class=\"step-num blue\">2</div>\n <div><strong>专家共创技术</strong><br>\n 多位专家一起碰撞,适合需要形成统一方法论、后续做内训推广的场景。</div>\n </div>\n </div>\n </div>\n\n <!-- ========== 第三步:用 ========== -->\n <div class=\"section\">\n <div class=\"section-header\">\n <div class=\"icon yellow\">用</div>\n <h2 style=\"color:#b45309\">第三步:用——打成首饰戴出去</h2>\n <span class=\"tag\">落地转化</span>\n </div>\n\n <div class=\"card\">\n <h3>萃出来 ≠ 完事了</h3>\n <p>这是绝大部分项目<strong>翻车的地方</strong>——采了一堆内容,写了一个精美手册,放在知识库里,然后……就没有然后了。</p>\n <p style=\"margin-top:10px;font-weight:600;color:#b45309\">\"用\"不是\"存起来\",是\"用起来\"。</p>\n </div>\n\n <div class=\"card\">\n <h3>同样的经验,打成不同的兵器</h3>\n <p style=\"font-size:14px;color:#666;margin-bottom:4px;\">以老张的经验为例——</p>\n <table class=\"usage-table\">\n <thead>\n <tr><th>用法</th><th>内容</th><th style=\"width:100px\">谁用</th><th style=\"width:130px\">什么时候用</th></tr>\n </thead>\n <tbody>\n <tr>\n <td><strong>一张避坑清单</strong></td>\n <td>\"第一次见技术型客户,三件事绝对不能做\"</td>\n <td>新销售</td>\n <td>明天见客户前看一遍</td>\n </tr>\n <tr>\n <td><strong>一段话术对比</strong></td>\n <td>小白说\"我们产品功能很强\"→ 老张说\"你们那个XX问题,我之前遇到过……\"</td>\n <td>全体销售</td>\n <td>跟客户聊天前模仿</td>\n </tr>\n <tr>\n <td><strong>一个 8 分钟微课</strong></td>\n <td>老张亲自讲那个被轰出去的故事 + 他现在的做法</td>\n <td>新人</td>\n <td>入职第一周学习</td>\n </tr>\n <tr>\n <td><strong>一套判断决策树</strong></td>\n <td>客户说\"太贵了\"→ 真没钱(走人)?想砍价(上价值)?随口一说(忽略)?</td>\n <td>全体销售</td>\n <td>遇到压价时对照</td>\n </tr>\n <tr>\n <td><strong>一次情景演练</strong></td>\n <td>模拟技术总监刁难你,让你用老张的方法应对</td>\n <td>销售团队</td>\n <td>月度集训</td>\n </tr>\n </tbody>\n </table>\n </div>\n\n <div class=\"card\">\n <h3>\"用\"得好的标志</h3>\n <p>一个新人遇到跟当年老张一样的场景时,他能说:</p>\n <p style=\"font-size:18px;font-weight:600;color:#b45309;margin:14px 0;text-align:center;\">\"这个情况我知道,老张遇到过,<br>应该先问技术难题,别急着讲产品。\"</p>\n <p style=\"font-size:14px;color:#888;text-align:center;\">这就叫经验传承了。</p>\n </div>\n </div>\n\n <!-- ========== 体系特色 ========== -->\n <div class=\"section\">\n <div class=\"section-header\">\n <div class=\"icon\" style=\"background:#666;\">📋</div>\n <h2 style=\"color:#444\">体系特色</h2>\n </div>\n\n <div class=\"card\">\n <div style=\"display:grid;grid-template-columns:1fr 1fr;gap:16px;\">\n <div>\n <h3 style=\"font-size:16px;\">三大原则</h3>\n <ul>\n <li>对接业务</li>\n <li>聚焦实践</li>\n <li>解决难题</li>\n </ul>\n </div>\n <div>\n <h3 style=\"font-size:16px;\">两大技术</h3>\n <ul>\n <li>专家访谈(7步法)</li>\n <li>专家共创</li>\n </ul>\n </div>\n </div>\n <p style=\"margin-top:16px;font-size:14px;color:#888;\">闭环设计:从业务中来,回到业务中去——挖→采→用,缺一不可。</p>\n </div>\n </div>\n\n <!-- ========== 和 BEST 的关系 ========== -->\n <div class=\"card\" style=\"background:#f5f0e8;\">\n <h3 style=\"font-size:16px;\">🔄 跟 BEST \"鱼\"模型的关系</h3>\n <p style=\"font-size:14px;\">不是互斥,是互补:</p>\n <ul style=\"font-size:14px;\">\n <li><strong>BEST</strong> 更侧重萃取过程本身(蓝图→萃取→建模→传承),对\"建模封装\"讲得细</li>\n <li><strong>\"挖采用\"</strong> 更侧重萃取前的选题定位和萃取后的落地应用</li>\n </ul>\n <p style=\"font-size:14px;margin-top:8px;\">实战中可以结合起来:用\"挖采用\"选好题、落好地,中间\"采\"的阶段借鉴 BEST 的逐级萃取方法。</p>\n </div>\n\n <!-- ========== 底部 ========== -->\n <div class=\"footer-card\">\n <div class=\"big\">\n <span class=\"w\">挖</span> ·\n <span class=\"c\">采</span> ·\n <span class=\"y\">用</span>\n </div>\n <p>先找准地方 → 再深挖出来 → 最后打成趁手的兵器让人用</p>\n <p style=\"margin-top:20px;font-size:13px;color:#888;\">出处:叶敬秋等《组织经验萃取师操作手册》· 电子工业出版社 · 2026</p>\n </div>\n\n</div>\n\n</body>\n</html>\n"}},{"type":"tool_result","tool_use_id":"call_00_YZy8TlYGsHrBa0ngFDIb2969","content":"File created successfully at: /home/forge/workspace/forgeworkspace/AI-Extraction-Engine/挖采用三步体系.html (file state is current in your context — no need to Read it back)","is_error":false},{"type":"tool_raw_result","tool_use_id":"call_00_YZy8TlYGsHrBa0ngFDIb2969","tool_name":"Write","raw_content":{"type":"text","text":"File created successfully at: /home/forge/workspace/forgeworkspace/AI-Extraction-Engine/挖采用三步体系.html (file state is current in your context — no need to Read it back)"}},{"type":"thinking","text":"Good, the HTML file has been created. Let me present it to the user clearly."},{"type":"text","text":"好了!文件已经生成了,放在 **`挖采用三步体系.html`**。\n\n浏览器的视觉效果是这样的:\n\n- **顶部** 一个大标题\"挖 · 采 · 用\",配了一句核心概括\n- **三栏总览** 一眼看清三步各自的定位和产出\n- **第一步\"挖\"** — 回答了\"为什么大部分人上来就聊但啥也没挖到\",讲了\"先问自己三个问题\",配了导演拍纪录片的比喻\n- **第二步\"采\"** — 用一张**对话表格**展示从废话到挖出信念的五轮层层深入,配了\"知识金条\"长什么样\n- **第三步\"用\"** — 用一张**落地表格**展示同一份经验可以打成 5 种不同的兵器,配了\"用得好的标志\"\n- **底部** 用一句话串起整个体系\n\n可以直接在浏览器打开看。需要我调整样式或者补充什么内容吗?"},{"type":"file_attachment","url":"/api/upload/agent_1784191124724________.html","name":"挖采用三步体系.html","size":19173,"mimeType":"text/html"}]
TEXT NOT NULL
created_at
2026-07-16 08:38:44
TEXT NOT NULL (default datetime('now')
Update
Cancel