You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DataJoint handles nullability through the default value syntax:
- Attribute is nullable iff default is NULL
- No separate NOT NULL / NULL modifier needed
- Examples: required, nullable, and default value cases
Co-authored-by: dimitri-yatsenko <[email protected]>
0 commit comments