Schema API - Définir et manipuler les tables de la base de données
Ressources:
- Schema API (handbook, EN, 6.x)
<p>Introduced in Drupal 6, the Schema API allows modules to declare their database tables in a structured array (similar to the Form API) and provides API functions for creating, dropping, and changing tables, columns, keys, and indexes.</p>