Tagged Questions
0
votes
1answer
35 views
Check for field values to be unique when storing into the DB
I have a content type "Research assignment" which has several fields including the field "field_user" and "field_project".
I want to remove any old research assignments having the same user and ...
0
votes
1answer
207 views
Where is body field label stored in database
Due some caching problems I can't immediately change field label via /admin/structure/types/manage/page/fields. So I thought that I will able to do it from mysql but I can't find it. Any help?
Please ...
2
votes
1answer
139 views
Best way to set up data architecture
I have a system where (to start) I have three types of data I need to store. I'm familiar with relational databases so I'm going to describe it in those terms. The Author table just has a couple ...
2
votes
1answer
293 views
Is there a way to programmatically alter a field's schema?
Is there a way to modify a fields schema programmatically? I'd like the image field to have a "Premium" checkbox, but I need to store this data somewhere. Also, it needs to work for current fields and ...