Buon pomeriggio,
sto facendo un modulo custom ed ho la necessità di creare più tabelle.
Ho creato il file nomemodulo.install e son riuscito a creare la prima tabella, ma non riesco a creare la secondo tabella e mi da errore drupal questo è il contenuto del file...

<?php

/**
* @file
* Install, update and uninstall functions for the GESTIONEUTENTI module.
*/

/**
* Implements hook_schema().
*/
function gestioneutenti_schema() {
  $schema= array();