I am trying to display an already existing table to Drupal Views. This table exists within my current Drupal Database, along with my Drupal tables.
The table's name is ACCOUNT_PNL and I would like to expose the fields in this table to Drupal Views.
I've followed the instructions here, but when I go and enable this module, I get the following error from my site:
DatabaseSchemaObjectExistsException: Table <em class="placeholder">ACCOUNT_PNL</em> already exists. in DatabaseSchema->createTable() (line 657 of /var/www/drupal7/includes/database/schema.inc).
I understand that the table already exists, but isn't the tutorial code supposed to only "expose" it to Views so I can then use Views to display it?
Perhaps there is an error in my understanding, any help would be appreciated.