Hi there.

Today, I have a problem with the name of a task. The name of the task is over 200 characters and exceeds the capacity the whole task name can be saved to the database.

My question is how can I change the length of the Ivy task name in the database? I want to make it unlimited.

Thank you

asked 02.11.2019 at 03:34

ntctuyen's gravatar image

ntctuyen
(suspended)
accept rate: 0%

edited 04.11.2019 at 03:08

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958


Basically you are free to adjust the standard db schema which is created by the ivy-core for your needs. The database table is called IWA_TASK.

However, be aware that in consequence the adjustment of the schema must be well known and documented within the roll-out process of your app.

... so don't do if you can avoid it. Use the 'description' or one of the customStringFields to add extended text fields which can easily be queried and displayed to end users task list.

link

answered 04.11.2019 at 03:07

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958
accept rate: 70%

edited 04.11.2019 at 03:09

So I will try to put the long task name in the description field. Thank you for your suggestion :D

(04.11.2019 at 03:36) ntctuyen ntctuyen's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×147
×68
×10

Asked: 02.11.2019 at 03:34

Seen: 1,297 times

Last updated: 04.11.2019 at 03:36