Feature Request
Problem
Implement support for hidden attributes. These attributes will be prefixed with an underscore and not displayed. DataJoint may store metadata like creation timestamps, usernames, etc in the hidden attributes. U
Requirements
- DataJoint will support hidden attributes in tables. Any attribute whose name begins with a
_ will not be displayed and will not appear as part of the reverse-engineered table definition.
- DataJoint declaration will allow declaring such attributes for internal purposes but the user API will be prohibited (by default) from using them.
- Hidden attributes will not participate in joins.
- Hidden attributes will not be included in results of user queries
Justification
Feature Request
Problem
Implement support for hidden attributes. These attributes will be prefixed with an underscore and not displayed. DataJoint may store metadata like creation timestamps, usernames, etc in the hidden attributes. U
Requirements
_will not be displayed and will not appear as part of the reverse-engineered table definition.Justification