Skip to content

Commit 08fb06a

Browse files
committed
Add description attribute
1 parent 3eeae51 commit 08fb06a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

element_array_ephys/ephys_precluster.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,8 @@ class PreClusterParamSteps(dj.Manual):
296296
# Ordered list of paramset_idx that are to be run
297297
# When pre-clustering is not performed, do not create an entry in `Step` Part table
298298
precluster_param_steps_id: smallint
299+
---
300+
precluster_param_steps_desc: varchar(256)
299301
"""
300302

301303
class Step(dj.Part):

0 commit comments

Comments
 (0)