Skip to content

Instantly share code, notes, and snippets.

@eklect
Last active August 29, 2015 14:17
Show Gist options
  • Save eklect/94570515a6318531ed53 to your computer and use it in GitHub Desktop.
Save eklect/94570515a6318531ed53 to your computer and use it in GitHub Desktop.
c5 → Proper Way to add field variable into db.xml
<field name="columnNameHere" type="C" size="255"/>
//If you forget to add the size property, c5 will fail to update the DB table
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment