Skip to main content
Version: v1.0.0(int)

org.organization_settings

Presentation-layer data for the org — legal name, address, logo, contact info. Singleton: one row per org, keyed by org_id.

Columns

ColumnTypeNotes
org_idUUID PK FKplatform.organizations(id) ON DELETE CASCADE.
legal_nameVARCHAR(255)Often differs from platform.organizations.name.
addressTEXT
cityVARCHAR(150)
stateVARCHAR(100)
countryCHAR(2)ISO 3166-1 alpha-2.
zip_codeVARCHAR(20)
logo_urlTEXTGCS URL. Used on UI and documents.
contact_emailVARCHAR(320)
contact_phoneVARCHAR(20)
created_atTIMESTAMPTZNOT NULL. Default NOW().
updated_atTIMESTAMPTZNOT NULL. Default NOW(). Auto-updated by trigger.