Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterlozano/d75d2da7a41ad2f6a7d72bf5d922721d to your computer and use it in GitHub Desktop.
Save peterlozano/d75d2da7a41ad2f6a7d72bf5d922721d to your computer and use it in GitHub Desktop.
<?php
$module = 'module_name';
$name = 'table_name';
$table = drupal_get_module_schema($module, $name);
db_create_table($name, $table);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment