Hello, i am trying create fields in the localhost host database and successfully used database builder to create few fields like text (varchart), enum, date…etc
now 1- when i come to sc building, open the filed to change properties, i see this field descirbed as “TEXT” while it is “enum” in db with its pre-defined values for the select values…
2- hence, i am not able to display the values i created with the database enum field
is it better to create fields from phpmyadmin or from sc database builder?
what is the difference of creating a field in the database and creating it from sc > create new field, and if it is not in the db, then how the data will be stored? where?
in form application, if you create a field in database builder, go to application, synchornize db, you will have the fields added to application, but in grid application there is not such option as the sycnhonirze db fields, so how i can add new fields that i created in the database? show i always create a new grid application to have the newly added fields to it??