Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | 0 |
|
|
Friend ID |
||
entity_table | VARCHAR | 64 | null |
|
|
Name of table where item being referenced is stored. |
||
entity_id | INT UNSIGNED | 10 | null |
|
|
Foreign key to the referenced item. |
||
general_link | VARCHAR | 255 | √ | null |
|
|
URL for general info about the organization - included in the email sent to friends. |
|
is_active | TINYINT | 3 | √ | null |
|
|
||
title | VARCHAR | 255 | √ | null |
|
|
||
intro | TEXT | 65535 | √ | null |
|
|
||
suggested_message | TEXT | 65535 | √ | null |
|
|
||
thankyou_title | VARCHAR | 255 | √ | null |
|
|
||
thankyou_text | TEXT | 65535 | √ | null |
|
|