Skip to content

Instantly share code, notes, and snippets.

@amitaibu
Last active December 17, 2015 06:49
Show Gist options
  • Save amitaibu/5568378 to your computer and use it in GitHub Desktop.
Save amitaibu/5568378 to your computer and use it in GitHub Desktop.
<?php
$field = field_info_field(OG_GROUP_FIELD);
$table_name = _field_sql_storage_tablename($field);
$revision_name = _field_sql_storage_revision_tablename($field);
db_insert($table_name);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment