アプリケーションと主要プラグインの組み込みテーブル

はじめに

この一覧は、アプリケーションと主要プラグインの組み込みテーブルについて、移行管理、バージョン管理、バックアップ/復元での一般的な扱いを示します。多くの場合、ユーザーがテーブルごとに調整する必要はありません。既定戦略を使用してください。

各仕組みの目的は異なります。

  • 移行管理: 環境間の公開に使用します。主な戦略は上書き、スキーマのみ、スキップです。
  • バージョン管理: アプリ構築中の重要な時点を保存・復元します。
  • バックアップ/復元: アプリの実行状態をバックアップし復元します。

「データ型」は組み込み分類に基づきます。システム基礎データはバージョン管理に参加し、業務実行データは参加せず、実行時一時データはバックアップされません。

組み込みテーブル参考

Database

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
migrationsExecuted ORM/SQL migration versionsシステム基礎データスキーマのみ対象バックアップ対象

Server

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
applicationPluginsPlugin list and versions loaded by the applicationシステム基礎データ上書き対象バックアップ対象
applicationVersionApplication and core version used for upgrade and compatibility checksシステム基礎データスキーマのみ対象バックアップ対象

System settings

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
systemSettingsInstallation-level system parameters and feature switchesシステム基礎データ上書き対象バックアップ対象

Client

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
desktopRoutesDesktop menu and route structureシステム基礎データ上書き対象バックアップ対象

Multi-space

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
spacesTop-level containers for space or workspace isolation業務実行データスキーマのみ対象外バックアップ対象
spacesUsersMembership between users and spaces業務実行データスキーマのみ対象外バックアップ対象

App monitoring

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
appsApplication entries managed by the app monitoring plugin業務実行データスキーマのみ対象外バックアップ対象

Main data source

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
collectionCategoriesUI grouping for business collectionsシステム基礎データ上書き対象バックアップ対象
collectionsBusiness collection fields, indexes, and metadataシステム基礎データ上書き対象バックアップ対象
fieldsField types and constraints under collectionsシステム基礎データ上書き対象バックアップ対象

Data source manager

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
dataSourcesMain or external database connection configurationシステム基礎データ上書き対象バックアップ対象
dataSourcesCollectionsMapping for synced tables or collections from external sourcesシステム基礎データ上書き対象バックアップ対象
dataSourcesFieldsMapping between external fields and NocoBase fieldsシステム基礎データ上書き対象バックアップ対象
dataSourcesRolesAccess roles at data-source levelシステム基礎データ上書き対象バックアップ対象
dataSourcesRolesResourcesCollections and operations accessible by rolesシステム基礎データ上書き対象バックアップ対象
dataSourcesRolesResourcesActionsAllowed actions such as create, read, update, and deleteシステム基礎データ上書き対象バックアップ対象
dataSourcesRolesResourcesScopesRow-level or filter-scope restrictionsシステム基礎データ上書き対象バックアップ対象

External database connections

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
databaseServersRegistered database instances available for connectionシステム基礎データ上書き対象バックアップ対象

Visual data modeling

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
graphPositionsNode positions in graph or flow editorsシステム基礎データ上書き対象バックアップ対象

China region field

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
chinaRegionsProvince, city, and district geographic dictionary業務実行データスキーマのみ対象外バックアップ対象

Auto-number field

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
sequencesSequence table for auto-generated business numbersシステム基礎データ上書き対象バックアップ対象

UI Schema

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
uiButtonSchemasRolesRelationship between button permissions and rolesシステム基礎データ上書き対象バックアップ対象
uiSchemaServerHooksServer-side hook extension points for UI configurationシステム基礎データ上書き対象バックアップ対象
uiSchemaTemplatesReusable form and detail layout fragmentsシステム基礎データ上書き対象バックアップ対象
uiSchemaTreePathMaterialized paths for component-tree hierarchyシステム基礎データ上書き対象バックアップ対象
uiSchemasJSON layout definitions for pages and blocksシステム基礎データ上書き対象バックアップ対象

UI templates

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
flowModelTemplateUsagesEntities instantiated from a flow templateシステム基礎データ上書き対象バックアップ対象
flowModelTemplatesReusable flow-structure templatesシステム基礎データ上書き対象バックアップ対象

Flow engine

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
flowModelTreePathMaterialized paths for flow-model tree structuresシステム基礎データ上書き対象バックアップ対象
flowModelsModel definitions for the modern flow engineシステム基礎データ上書き対象バックアップ対象
flowSqlSQL snippets or scripts registered in flowsシステム基礎データ上書き対象バックアップ対象

Block templates

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
blockTemplateLinksRelationships between pages and block templatesシステム基礎データ上書き対象バックアップ対象
blockTemplatesReusable UI block definitionsシステム基礎データ上書き対象バックアップ対象

iframe block

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
iframeHtmlHTML configuration required by embedded iframesシステム基礎データ上書き対象バックアップ対象

Mobile

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
mobileRoutesMobile app menus and routesシステム基礎データ上書き対象バックアップ対象

Theme editor

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
themeConfigLight/dark themes and brand colorsシステム基礎データ上書き対象バックアップ対象

Map block

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
mapConfigurationMap widget center, zoom, and base-map configurationシステム基礎データ上書き対象バックアップ対象

Public forms

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
publicFormsExternal forms and submission-entry configurationシステム基礎データ上書き対象バックアップ対象

Template printing

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
printingTemplatesPrint layouts for list or detail viewsシステム基礎データ上書き対象バックアップ対象

ACL

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
rolesRole definitions for permission setsシステム基礎データ上書き対象バックアップ対象
rolesResourcesResources granted to rolesシステム基礎データ上書き対象バックアップ対象
rolesResourcesActionsActions allowed on resources, such as view and updateシステム基礎データ上書き対象バックアップ対象
rolesResourcesScopesData filter scopes visible to rolesシステム基礎データ上書き対象バックアップ対象
rolesUsersMany-to-many relationship between users and roles業務実行データスキーマのみ対象外バックアップ対象

Authentication

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
authenticatorsPassword and third-party login method configurationシステム基礎データ上書き対象バックアップ対象
tokenControlConfigSession duration and refresh strategyシステム基礎データ上書き対象バックアップ対象
issuedTokensIssued login or API access tokens業務実行データスキーマのみ対象外バックアップ対象
tokenBlacklistTokens that have been logged out or forcibly invalidated業務実行データスキーマのみ対象外バックアップ対象
usersAuthenticatorsBindings between users and authentication methods業務実行データスキーマのみ対象外バックアップ対象

Two-factor authentication

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
twoFactorAuthSettings2FA methods and user-level switchesシステム基礎データ上書き対象バックアップ対象

API keys

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
apiKeysOpen API keys and permission scopes業務実行データスキーマのみ対象外バックアップ対象

Password policy

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
passwordPolicyPassword complexity and expiration policiesシステム基礎データ上書き対象バックアップ対象
lockedUsersAccounts temporarily locked by policy業務実行データスキーマのみ対象外バックアップ対象
userPasswordHistoryRecent password hashes used to prevent reuse業務実行データスキーマのみ対象外バックアップ対象

IP restriction

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
ipRestrictionConfigIP allowlist or blocklist rulesシステム基礎データ上書き対象バックアップ対象

Users

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
usersLogin accounts, profiles, and basic status業務実行データスキーマのみ対象外バックアップ対象

Departments

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
departmentsDepartment tree in the organization structure業務実行データ上書き対象外バックアップ対象
departmentsRolesBindings between departments and default roles業務実行データ上書き対象外バックアップ対象
departmentsUsersRelationships between users and departments業務実行データスキーマのみ対象外バックアップ対象

User data sync

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
userDataSyncSourcesExternal identity source or account-system connection configurationシステム基礎データ上書き対象バックアップ対象
userDataSyncRecordsExecution records for synchronization jobs業務実行データスキーマのみ対象外バックアップ対象
userDataSyncRecordsResourcesTables or resources involved in synchronization jobs業務実行データスキーマのみ対象外バックアップ対象
userDataSyncTasksSynchronization task records業務実行データスキーマのみ対象外バックアップ対象

Workflow

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
flow_nodesWorkflow nodesシステム基礎データ上書き対象バックアップ対象
workflowsAutomation flow charts, triggers, and node configurationシステム基礎データ上書き対象バックアップ対象
jobsExecution result of each node in a workflow run業務実行データスキーマのみ対象外バックアップ対象
executionsStatus, inputs, outputs, and log indexes for workflow runs業務実行データスキーマのみ対象外バックアップ対象
userWorkflowTasksTask-count statistics for users業務実行データスキーマのみ対象外バックアップ対象
workflowCategoriesWorkflow grouping in the UI業務実行データ上書き対象外バックアップ対象
workflowCategoryRelationsMany-to-many relationship between workflows and categories業務実行データ上書き対象外バックアップ対象
workflowStatsAggregated metrics such as run count and success rate業務実行データスキーマのみ対象外バックアップ対象
workflowTasksTask execution records for automation nodes業務実行データスキーマのみ対象外バックアップ対象
workflowVersionStatsExecution and performance statistics by workflow version業務実行データスキーマのみ対象外バックアップ対象

Workflow approval

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
approvalAudienceUsersRelationship between approval audiences and users業務実行データスキーマのみ対象外バックアップ対象
approvalAudiencesApproval notification or participation scope grouped by role or user業務実行データスキーマのみ対象外バックアップ対象
approvalExecutionsRuntime status and current node of an approval flow業務実行データスキーマのみ対象外バックアップ対象
approvalMsgTplsMessage templates for approval notices and tasks業務実行データ上書き対象外バックアップ対象
approvalRecordsApproval tasks and processing results from a personal view業務実行データスキーマのみ対象外バックアップ対象
approvalsApproval-flow templates and step configuration業務実行データスキーマのみ対象外バックアップ対象

Workflow manual node

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
workflowManualTasksManual-node tasks that require human handling業務実行データスキーマのみ対象外バックアップ対象

Workflow CC

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
workflowCcTasksRead-only copied workflow tasks業務実行データスキーマのみ対象外バックアップ対象

Notification manager

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
notificationChannelsDelivery channel configuration such as in-app messages and emailシステム基礎データ上書き対象バックアップ対象
notificationSendLogsDelivery status and failure reason for notifications業務実行データスキーマのみ対象外バックアップ対象

In-app messages

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
notificationInAppMessagesIn-app messages received by users業務実行データスキーマのみ対象外バックアップ対象

Verification

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
verifiersConfiguration for who can initiate or complete verificationシステム基礎データ上書き対象バックアップ対象
otpRecordsSMS or email OTP issue and verification records業務実行データスキーマのみ対象外バックアップ対象
usersVerifiersBindings between users and verification channels or entities業務実行データスキーマのみ対象外バックアップ対象

Mail manager

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
mailGeneralSettingsGlobal mail behavior and default valuesシステム基礎データ上書き対象バックアップ対象
mailSettingsMail plugin switches and parametersシステム基礎データ上書き対象バックアップ対象
mailAccountsSending mailbox accounts and SMTP configuration業務実行データ上書き対象外バックアップ対象
mailMassMessagesMass-mail tasks and recipient batches業務実行データスキーマのみ対象外バックアップ対象
mailMessageLabelsMail category label definitions業務実行データスキーマのみ対象外バックアップ対象
mailMessageNotesInternal notes for individual emails業務実行データスキーマのみ対象外バックアップ対象
mailMessagesIndexes for synced or sent email content業務実行データスキーマのみ対象外バックアップ対象
mailTemplatesHTML/text templates for notification emails業務実行データスキーマのみ対象外バックアップ対象
mailmessagelabelsMailmessagesJoin table between emails and many-to-many labels業務実行データスキーマのみ対象外バックアップ対象
mailmessagelabelsMailmessagesRelAuxiliary fields or extension table for mail-label relationships業務実行データスキーマのみ対象外バックアップ対象

AI

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
aiEmployeesAI employee profiles: nickname, skills, models, knowledge bases, and related configurationシステム基礎データ上書き対象バックアップ対象
aiSettingsAI basic settingsシステム基礎データ上書き対象バックアップ対象
rolesAiEmployeesRelationship between AI employees and rolesシステム基礎データ上書き対象バックアップ対象
llmServicesLLM providers and model endpoint configurationシステム基礎データ上書き対象バックアップ対象
aiContextDatasourcesBusiness collections, fields, and filters queryable by AI employees業務実行データスキーマのみ対象外バックアップ対象
aiConversationsConversation context for sessions, topics, and message threads業務実行データスキーマのみ対象外バックアップ対象
aiFilesUploaded files and storage references generated by the AI plugin業務実行データスキーマのみ対象外バックアップ対象
aiMessagesUser and assistant messages in conversations業務実行データスキーマのみ対象外バックアップ対象
aiToolMessagesRequests and responses for function or tool calls業務実行データスキーマのみ対象外バックアップ対象
usersAiEmployeesRelationship between user custom prompts and AI employees業務実行データスキーマのみ対象外バックアップ対象
lcCheckpointBlobsBinary blocks for LLM conversation checkpoints実行時一時データスキーマのみ対象外バックアップ対象外
lcCheckpointWritesIncremental checkpoint write records実行時一時データスキーマのみ対象外バックアップ対象外
lcCheckpointsLangGraph checkpoint metadata for recoverable conversations実行時一時データスキーマのみ対象外バックアップ対象外

AI knowledge base

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
aiKnowledgeBaseDocsDocument chunks and index metadata stored in knowledge bases業務実行データスキーマのみ対象外バックアップ対象
aiKnowledgeBaseKnowledge-base type, external ID, and base information業務実行データスキーマのみ対象外バックアップ対象
aiVectorDatabasesVector database service and connection configuration業務実行データスキーマのみ対象外バックアップ対象
aiVectorStoreConfigRelationship between vector database connections and embedding models業務実行データスキーマのみ対象外バックアップ対象

Environment variables

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
environmentVariablesDeployment-related key-value entries, such as secret placeholder namesシステム基礎データスキーマのみ対象バックアップ対象

Migration manager

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
migrationRulesRules and scope configuration in the migration managerシステム基礎データスキーマのみ対象バックアップ対象

Backup manager

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
backupSettingsAutomatic backup and retention policy業務実行データ上書き対象外バックアップ対象

Audit logs

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
auditTrailsTrace of who operated on which resources and when業務実行データスキーマのみ対象外バックアップ対象

Async tasks

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
asyncTasksQueue, status, and result of long-running tasks業務実行データスキーマのみ対象外バックアップ対象

Record history

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
recordHistoryCollectionsCollections with field history enabledシステム基礎データ上書き対象バックアップ対象
recordHistoryFieldsFields that need history recordsシステム基礎データ上書き対象バックアップ対象
recordHistoryTemplateDisplay template for history recordsシステム基礎データ上書き対象バックアップ対象
recordFieldHistoriesHistorical values and timeline for field changes業務実行データスキーマのみ対象外バックアップ対象
recordFieldSnapshotsSnapshot proof of field values at a point in time業務実行データスキーマのみ対象外バックアップ対象
recordHistoriesVersioned change records for entire records業務実行データスキーマのみ対象外バックアップ対象

File manager

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
storagesLocal, S3, OSS, and other storage bucket configurationシステム基礎データ上書き対象バックアップ対象
attachmentsFile attachment metadata associated with business records業務実行データスキーマのみ対象外バックアップ対象

Localization

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
localizationTextsKeys and default text awaiting translationシステム基礎データ上書き対象バックアップ対象
localizationTranslationsActual translated content for each languageシステム基礎データ上書き対象バックアップ対象

Localization tester

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
localeTesterEntries used for localization debugging or testing業務実行データスキーマのみ対象外バックアップ対象

Custom request

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
customRequestsCustom HTTP request actions with URL and method configurationシステム基礎データ上書き対象バックアップ対象
customRequestsRolesRoles allowed to call custom requestsシステム基礎データ上書き対象バックアップ対象

Custom variables

テーブル説明データ型移行の既定戦略バージョン管理バックアップ/復元
customVariablesVariable definitions and default values available to flows or globallyシステム基礎データ上書き対象バックアップ対象

ユーザー定義テーブル

ユーザー定義テーブルは既定で業務データとして扱われます。通常は構造のみを移行し、スキーマのみを選択します。

設定、カテゴリ、テンプレート、ルールなどのメタデータを保存する場合は、業務シナリオに応じて上書きを選択できます。

顧客、注文、チケット、承認記録、メッセージ、ログなどの実行データを保存する場合、本番レコードの上書きは避けてください。