drupal 7 пользовательская ошибка схемы datetime
У меня есть следующая схема (сгенерированная из существующей таблицы с модулем схемы (7.x-1.0-beta3) в пользовательском модуле. function myproject_entities_schema() { // ——————————————————————————— // MESSAGE // ——————————————————————————— $schema['myproject_entity_message'] = array( 'description' => 'The base table for myproject message instances', 'fields' => array( 'id' => array( 'description' => 'The primary identifier for a message instance', 'type' => 'serial', […]