List the projects a Table belongs to
databases_list_schemas_tables_projects(
id,
schema_name,
table_name,
hidden = NULL
)
An array containing the following fields:
integer, The ID for this project.
list, A list containing the following elements:
id integer, The ID of this user.
name string, This user's name.
username string, This user's username.
initials string, This user's initials.
online boolean, Whether this user is online.
string, The name of this project.
string, A description of the project.
array, An array containing the following fields:
id integer, The ID of this user.
name string, This user's name.
username string, This user's username.
initials string, This user's initials.
online boolean, Whether this user is online.
boolean,
string,
string,
string, The archival status of the requested item(s).
integer required. The ID of the database
string required. The name of the schema
string required. The name of the table
boolean optional. If specified to be true, returns hidden items. Defaults to false, returning non-hidden items.