If I create normal content type, no errors occuring.
While creating Content Type and assigning "Group" to that content type using Organic Group module, I am getting this error

DatabaseSchemaObjectExistsException: Table field_data_group_group already exists. in DatabaseSchema->createTable() (line 657 of /includes/database/schema.inc).

Comments

Dhara Shah created an issue.

alexmoreno’s picture

make sure you disable and uninstall the module if that happens. It looks like an incomplete uninstall.

drush @novartishcp.de.local pm-disable -y og og_access og_context  og_ui og_register
drush @novartishcp.de.local pm-uninstall -y og og_access og_context  og_ui og_register