drupal 7 custom schema error datetime
问题 I have the following schema (generated from an existing table with the schema module (7.x-1.0-beta3) in a custom module. function myproject_entities_schema() { // --------------------------------------------------------------------------------- // MESSAGE // --------------------------------------------------------------------------------- $schema['myproject_entity_message'] = array( 'description' => 'The base table for myproject message instances', 'fields' => array( 'id' => array(