in src/app/database.service.ts [58:61]
createTable(log: LogService, table: Table) { log.info("Creating table", table); this.tables.push(table); }