When working on db schemas in Drupal it’s good to know that syntax for datetime is somewhat changed.
Before it (Drupal 6) it was:
'type' => 'datetime',
now in Drupal 7 it’s:
'mysql_type' => 'datetime', // for mysql
feedzy-rss-feeds
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /data01/virt126885/domeenid/www.saksadogi.com/codegurus.eu/wp-includes/functions.php on line 6121When working on db schemas in Drupal it’s good to know that syntax for datetime is somewhat changed.
Before it (Drupal 6) it was:
'type' => 'datetime',
now in Drupal 7 it’s:
'mysql_type' => 'datetime', // for mysql
Leave a Reply
You must be logged in to post a comment.