67 lines
2.6 KiB
Text
67 lines
2.6 KiB
Text
|
|
id int(10) unsigned NO PRI NULL auto_increment
|
||
|
|
project_name varchar(100) NO Directus
|
||
|
|
project_url varchar(255) YES NULL
|
||
|
|
project_color varchar(255) NO #6644FF
|
||
|
|
project_logo char(36) YES MUL NULL
|
||
|
|
public_foreground char(36) YES MUL NULL
|
||
|
|
public_background char(36) YES MUL NULL
|
||
|
|
public_note text YES NULL
|
||
|
|
auth_login_attempts int(10) unsigned YES 25
|
||
|
|
auth_password_policy varchar(100) YES NULL
|
||
|
|
storage_asset_transform varchar(7) YES all
|
||
|
|
storage_asset_presets longtext YES NULL
|
||
|
|
custom_css text YES NULL
|
||
|
|
storage_default_folder char(36) YES MUL NULL
|
||
|
|
basemaps longtext YES NULL
|
||
|
|
mapbox_key varchar(255) YES NULL
|
||
|
|
module_bar longtext YES NULL
|
||
|
|
project_descriptor varchar(100) YES NULL
|
||
|
|
default_language varchar(255) NO en-US
|
||
|
|
custom_aspect_ratios longtext YES NULL
|
||
|
|
public_favicon char(36) YES MUL NULL
|
||
|
|
default_appearance varchar(255) NO auto
|
||
|
|
default_theme_light varchar(255) YES NULL
|
||
|
|
theme_light_overrides longtext YES NULL
|
||
|
|
default_theme_dark varchar(255) YES NULL
|
||
|
|
theme_dark_overrides longtext YES NULL
|
||
|
|
report_error_url varchar(255) YES NULL
|
||
|
|
report_bug_url varchar(255) YES NULL
|
||
|
|
report_feature_url varchar(255) YES NULL
|
||
|
|
public_registration tinyint(1) NO 0
|
||
|
|
public_registration_verify_email tinyint(1) NO 1
|
||
|
|
public_registration_role char(36) YES MUL NULL
|
||
|
|
public_registration_email_filter longtext YES NULL
|
||
|
|
visual_editor_urls longtext YES NULL
|
||
|
|
project_id char(36) YES NULL
|
||
|
|
mcp_enabled tinyint(1) NO 0
|
||
|
|
mcp_allow_deletes tinyint(1) NO 0
|
||
|
|
mcp_prompts_collection varchar(255) YES NULL
|
||
|
|
mcp_system_prompt_enabled tinyint(1) NO 1
|
||
|
|
mcp_system_prompt text YES NULL
|
||
|
|
project_owner varchar(255) YES NULL
|
||
|
|
project_usage varchar(255) YES NULL
|
||
|
|
org_name varchar(255) YES NULL
|
||
|
|
product_updates tinyint(1) YES NULL
|
||
|
|
project_status varchar(255) YES NULL
|
||
|
|
ai_openai_api_key text YES NULL
|
||
|
|
ai_anthropic_api_key text YES NULL
|
||
|
|
ai_system_prompt text YES NULL
|
||
|
|
ai_google_api_key text YES NULL
|
||
|
|
ai_openai_compatible_api_key text YES NULL
|
||
|
|
ai_openai_compatible_base_url text YES NULL
|
||
|
|
ai_openai_compatible_name text YES NULL
|
||
|
|
ai_openai_compatible_models longtext YES NULL
|
||
|
|
ai_openai_compatible_headers longtext YES NULL
|
||
|
|
ai_openai_allowed_models longtext YES NULL
|
||
|
|
ai_anthropic_allowed_models longtext YES NULL
|
||
|
|
ai_google_allowed_models longtext YES NULL
|
||
|
|
collaborative_editing_enabled tinyint(1) NO 0
|
||
|
|
ai_translation_default_model text YES NULL
|
||
|
|
ai_translation_glossary longtext YES NULL
|
||
|
|
ai_translation_style_guide text YES NULL
|
||
|
|
license_key varchar(255) YES NULL
|
||
|
|
license_token text YES NULL
|
||
|
|
mcp_oauth_enabled tinyint(1) NO 0
|
||
|
|
mcp_oauth_dcr_enabled tinyint(1) NO 0
|
||
|
|
mcp_oauth_cimd_enabled tinyint(1) NO 0
|