List tables in this schema
databases_list_schemas_tables(id, schema_name, credential_id = NULL)
An array containing the following fields:
string, The name of the table.
string, The name of the schema containing the table.
boolean, True if this table represents a view. False if it represents a regular table.
integer, The ID of the database server.
integer required. The ID of the database
string required. The name of the schema
integer optional. If provided, schemas will be filtered based on the given credential.