Project

General

Profile

Howto add a new table with createTables

Added by Emanuele Cappone about 7 years ago

Hi guys,

Wt::Dbo::Session::createTables fails if a table already existed, as reported from the doc.

Schema creation will fail if one or more tables already existed

It would be nice if it were possible, for example that createTables can add a newest table without fails also a previous table already exists.

There is a way to do it?

Thanks,

Regards