-- --------------------------------------------------------------------------------------------------------------- -- This script adds tables for the OPEN-SOURCE 2.1.0 version of the Portal database. -- The COMMON DDL script must be executed first! -- --------------------------------------------------------------------------------------------------------------- SET FOREIGN_KEY_CHECKS=1; USE portal; -- No additional tables required at this time commit;