in the setup inc. I have insert this( all the other stuff there i won´t copy now):
$setup_info['schuelerakte']['tables'] = array('egw_schuelerakte_journal','egw_schuelerakte_journal_subjects','egw_schuelerakte_journal_dates','egw_schuelerakte_protokoll');
and in the tables_current file I have this:
'egw_schuelerakte_protokoll' => array(
'fd' => array(
'pupil_id' => array('type' => 'int','precision' => '4'),
'date' => array('type' => 'varchar','precision' => '40'),
'time' => array('type' => 'int','precision' => '4'),
'comment' => array('type' => 'text'),
'teacher' => array('type' => 'varchar','precision' => '255'),
'credits' => array('type' => 'int','precision' => '4'),
'index' => array('type' => 'auto','nullable' => False)
),
'pk' => array('index'),
'fk' => array(),
'ix' => array(),
'uc' => array()
)
I hope that did you mean