Skip to content

Instantly share code, notes, and snippets.

@dmulvi
Created March 3, 2017 04:33
Show Gist options
  • Save dmulvi/1f507af3aeaa0bfe9f4e3361b8e2799b to your computer and use it in GitHub Desktop.
Save dmulvi/1f507af3aeaa0bfe9f4e3361b8e2799b to your computer and use it in GitHub Desktop.
<?php
// this allows adding a new custom field to the core module table
<?php
$dictionary['Account']['fields']['new_field'] = array(
'name' => 'new_field',
'vname' => 'LBL_NEW_FIELD',
'type' => 'varchar',
'len' => '255',
'audited'=>false,
'required'=>false
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment