This commit is contained in:
jxxghp
2025-08-19 11:40:34 +08:00
parent aeb297efcf
commit 15833f94cf
16 changed files with 22 additions and 19 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ class PluginData(Base):
"""
插件数据表
"""
id = get_id_column()
id = get_id_column('plugindata')
plugin_id = Column(String, nullable=False, index=True)
key = Column(String, index=True, nullable=False)
value = Column(JSON)