Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $picture = array(
  2. 'type' => 'varchar',
  3. 'length' => 255,
  4. 'not null' => TRUE,
  5. 'default' => 0,
  6. 'description' => t('bla bla.'),
  7. );
  8. $ret = array();
  9. db_add_field($ret, 'role', 'picture', $picture);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement