Created
June 23, 2016 07:51
-
-
Save peterlozano/d75d2da7a41ad2f6a7d72bf5d922721d to your computer and use it in GitHub Desktop.
Revisions
-
peterlozano created this gist
Jun 23, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ <?php $module = 'module_name'; $name = 'table_name'; $table = drupal_get_module_schema($module, $name); db_create_table($name, $table);