}
+ title={schemaName}
+ meta={`${dbName || '当前数据库'} · 模式操作`}
+ pill="SCHEMA"
+ />
+
+
+
维护
+ {renderItems([
+ { action: 'rename-schema', icon:
, title: '编辑模式', kbd: 'F2', featured: true },
+ { action: 'refresh-schema', icon:
, title: '刷新对象树', kbd: primaryShortcut('R', shortcutPlatform) },
+ ])}
+
+
导出与备份
+ {renderItems([
+ { action: 'export-schema', icon:
, title: '导出当前模式表结构 · SQL' },
+ { action: 'backup-schema-sql', icon:
, title: '备份当前模式全部表 · 结构 + 数据' },
+ ])}
+
+
+ {renderItems([
+ { action: 'drop-schema', icon:
, title: '删除模式 · DROP CASCADE', tone: 'danger', kbd: '⌫' },
+ ])}
+