We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026d6b5 commit 211d87bCopy full SHA for 211d87b
datajoint/declare.py
@@ -465,4 +465,4 @@ def compile_attribute(line, in_key, foreign_key_sql, context):
465
'The default value for a blob or attachment attributes can only be NULL in:\n{line}'.format(line=line))
466
467
sql = ('`{name}` {type} {default}' + (' COMMENT "{comment}"' if match['comment'] else '')).format(**match)
468
- return match['name'], sql, match.get('store')
+ return match['name'], sql, match.get('store')
0 commit comments