Footprints Data Model |
Table |
Name | tmpl_content_type |
Comment | A lookup table for the type of template content. Values include: PLAINTEXT, HTML. |
Column |
Name | Datatype | Comment | Is PK | Is FK |
tmpl_content_type_id | int | The automatically generated primary key of the tmpl_content_type table. | Yes | No |
tmpl_content_type_name | varchar(255) | The name of the Template Content Type. | No | No |
tmpl_content_type_descr | varchar(512) | A descriptive name of the Template Content Type. This descriptive name may be localized. | No | No |