Solved
SQL Drop Table in ext:FFDA Database
Hello,
Previously in v7 the following SQL code would be suitable to drop a schema's table:
drop table <table name>
In v8, for tables which exist in the FFDA database, this SQL code throws an error.
Can someone please point me toward the correct documentation for accessing FFDA tables with SQL commands in v8?