mySQL Extension Pack
The mySQL Extension Pack contains a set of datatypes that correspond to data types available within mySQL. Note that you can successfully use the standard TerraForm datatypes with mySQL, but these may prove useful. If a field in your database uses the mySQL TinyInt data type, for example, you can simply specify myTinyInt as the datatype within a field of your form and be sure that TerraForm will make sure that only TinyInt-size data gets by! All the datatypes in this Pack are prefixed with "my" to avoid conflicting with predefined datatypes and datatypes from other packes.
To use this datatype pack, open customtags/terraform/settings.cfm and find section 5. Remove the comment tags from the following line:
<!--- <cfinclude template="datatypes/mysql.cfm"> --->
