Please config your database with the following column attributes or simply use the /noticeDB.sql to create your database:
permalinkName,
id,
name,
cloudinaryPublicId,
logoNeedsBorder,
stage,
exitedOn,
hasOpenBid,
hasOpenOffer,
institutionalVwap,
recentInstitutionalFilingDate,
totalHoldings,
lastRoundPrice,
lastRoundPriceCalculated,
lastRoundName,
lastRoundDate,
valuation,
lastRoundValuation,
priceStrength,
delayedPriceStrength,
outstandingShares,
waterfallAnalysisAvailable,
hasNoticePrices,
latestBestBidSnapshot,
latestBestOfferSnapshot,
delayedNoticePrice,
recentNoticePrices,
__typename
const client = new Client({
host: 'localhost',
user: 'postgres',
password: 'password', // Replace with your password
database: 'companies', // Replace with your database name
port: 5432,
});