-1
votes
1answer
62 views

What is wrong with this schema definition and db query?

Hello and thank you for your time to help me in this weird case. I have a schema API function that returns few database table information, and everything seem to work fine... except the most simple ...
2
votes
3answers
194 views

How do I use curly braces in schema default value

I have a long varchar field that I'm using to save serialised data with drupal_write_record. I'd like to set the default value of the column to "a:0:{}" (which is serialize(array())). However, when ...