This view lists the columns of tables created in the network database.
The view contains the following columns:
| Name | Description |
| schema_name | Name of the schema that owns the table |
| table_name | Name of the table that owns the column |
| column_name | Name of the column |
| type | Data type of the column |
Comments
Article is closed for comments.