Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

Field size for text field in DB desgin 02 Oct 2015 07:22 #13555

Hi,

Currently I am developing some component to help students log their progress.
I am adding functionilty to add a snapshot, which is a filtered list of records, saved as json.

In another component which reads ships from a webservice I alos come across this missing feature:

When adding a text of json field, the DB is created as TEXT.
But as you can imagine, a lot of text or a long list of jsonobejcts is larger then the 64 Kilobytes of of TEXT field.
In MySQL there are also the MEDIUMTEXT (16MB) and LONGTEXT (4 GB)
Also for creating a long blog entry TEXT might be too small.

Is is possible to create a feature when adding a text of json field, the mysql field type can be configured?
Like in the properties dialog in the builder, where you set if the field is required and such.

I do it now in an update post install script, but I'd rather have a little as possible customizing.

Please Log in or Create an account to join the conversation.

Field size for text field in DB desgin 15 Oct 2015 14:08 #13601

Can you give this a check admin?

Please Log in or Create an account to join the conversation.

Field size for text field in DB desgin 25 Jul 2016 20:38 #14331

Hi Admin,

I would like to propose this as a new feature :)

Please Log in or Create an account to join the conversation.

Field size for text field in DB desgin 26 Jul 2016 20:28 #14335

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
This is easy to do.
Coding is now a piece of cake

Please Log in or Create an account to join the conversation.

Field size for text field in DB desgin 29 Aug 2016 11:13 #14495

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
Coding is now a piece of cake

Please Log in or Create an account to join the conversation.

Field size for text field in DB desgin 29 Aug 2016 11:18 #14496

Nice, thnx!

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.066 seconds

This is what you call a component builder. I was able to master using this in a very short time and the resulting component works like a charm. Not just a basic component builder but a fully working component builder with forms fields tables all ready to go. You can make the list and item views to display in the front and back end. Also there is a great forum just starting to evolve and I'm sure this will grow very rapidly when you all realise how good this tool is.
Kevin (JED)

         

Get Started