3
current_timestamp im Datumsfeld
Wie kann ich current_timestamp oder now for date feild im Drupal-Datenbankschema hinzufügen? 'created' => array( 'description' => t('Timestamp when the fee schedule was added.'), 'type' => 'int', 'not null' => TRUE, 'unsigned' => TRUE, ),
8
database