Skip to content

Instantly share code, notes, and snippets.

@deepakaryan1988
Created June 26, 2015 12:03
Show Gist options
  • Select an option

  • Save deepakaryan1988/5e717806c97e55ceb56e to your computer and use it in GitHub Desktop.

Select an option

Save deepakaryan1988/5e717806c97e55ceb56e to your computer and use it in GitHub Desktop.
ALter tabe settings
db_change_field('open_sub','mobile','mobile',
array(
'description' => 'Mobile no.',
'type' => 'varchar',
'length' => 255,
'not null' => FALSE,
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment