civicrm_word_replacement

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT UNSIGNED 10 null

Word replacement ID

find_word VARCHAR 255 null

Word which need to be replaced

replace_word VARCHAR 255 null

Word which will replace the word in find

is_active TINYINT 3 1

Is this entry active?

match_type VARCHAR 16 wildcardMatch
domain_id INT UNSIGNED 10 null
civicrm_domain.id FK_civicrm_word_replacement_domain_idR

FK to Domain ID. This is for Domain specific word replacement

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
UI_domain_find Must be unique Asc/Asc domain_id + find_word

Relationships