Custom data in multiple columns #415
Answered
by
kagkarlsson
hana-krizova
asked this question in
Q&A
-
Hi Kagkarlsson and community :-), is any nice possibility of storing custom task data in multiple columns? Rationale: Custom task data can contain multiple things - for example if user want to suspend execution, last error, progress in percentages. If all these things are stored in one column (task_data), then the database does not satisfy the first normal form (1NF). Thank you very much for db-scheduler! |
Beta Was this translation helpful? Give feedback.
Answered by
kagkarlsson
Aug 23, 2023
Replies: 1 comment
-
Hi! That is not possible no. Data goes into a single column |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hana-krizova
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! That is not possible no. Data goes into a single column