Page 1 of 1

newbie : table creation

Posted: 21 Jun 2007, 12:12
by cris
hello,
I'm a newbie in Mantis and I have to understand how it works to customize a reporting application for my entreprise.

I think that the tables are created by mantis directly because the names are like : 'mantis_...' in the database : 'mantisdb'.

In fact, I have to create a form so I must have tables to sauve that. How I create a table in Mantis ?

sorry for my english,
thanks

Posted: 21 Jun 2007, 14:40
by cris
in fact, I would like to know what tables are created by mantis itself?

Posted: 22 Jun 2007, 08:26
by cris
I found some information on the subject and now, I wonder how do to add a table by a script sql and which add the created tables on my project. I tried to execute the script in phpmyadmin on my database and the tables are created but don't appear in my project.

thanks

Posted: 22 Jun 2007, 11:34
by cris
Can I create new tables without delete then create all tables ?