Skip to content

the max_length in string field is not working! #904

Discussion options

You must be logged in to vote

Ouch, this just means you have to reset and start again, a table can only be defined once per instance.

if you are working in a notebook for example and execute the code that defines Team you have to restart the notebook before re-executing that cell or you will get that error.

And you must be careful not to declare a table that share the same name 2 times in your code execution.

Example:
First execution:

Second execution:

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@chenzhony
Comment options

@joachimhuet
Comment options

Answer selected by chenzhony
@chenzhony
Comment options

@joachimhuet
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
2 participants