0

I am looking at old LMS application build in drupal using SCORM Integration. It is very difficult to find mapping of drupal generated tables and custom tables.

Is there any way to identify tables created by drupal. eg. node table

Code Hungry
  • 3,930
  • 22
  • 67
  • 95
  • get schema from all module contrib , and core , deleted others – Fky Mar 03 '17 at 14:58
  • can you please elaborate – Code Hungry Mar 07 '17 at 02:45
  • Several module have a definition of structure table stored in a file .install , so you can get database schema of it in hook_install() function . If you're using drush to install module , it will classify all contrib module into contrib folder , you just have to get all install file into contrib module to get schema , and do the same into /modules for the Core. – Fky Mar 07 '17 at 08:17

0 Answers0