Module Builder vs Custom Fields
02 Sep, 2008Posted By: David Wheeler
Something to watch out for when working in Module Builder are reserved database keywords. In Studio, this isn’t a problem as all the custom fields get ‘_c’ appended to their column names in order to easily distinguish them from out-of-the-box fields. In Module Builder however, fields are stored with the exact name entered, so database keywords such as “IN” “AND” “SELECT” are disallowed as a field name. Module Builder will notify you that a field name is not allowed because it is a database reserved word. Studio doesn’t need to give that error notification because all fields are automatically appended with the ‘_c’.
Tags: module builder, Studio