Impliment file upload for company Logo

This commit is contained in:
2025-08-01 17:24:51 -07:00
parent 1904ccb37c
commit 5480af64f6
9 changed files with 52 additions and 20 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ CREATE TABLE IF NOT EXISTS `Company` (
`Email` varchar(255) DEFAULT NULL,
`EmailVerified` boolean DEFAULT 0,
`WebsiteURL` varchar(255) DEFAULT NULL,
`LogoURL` varchar(2048) DEFAULT NULL,
`Logo` mediumblob DEFAULT NULL,
`Phone` varchar(20) DEFAULT NULL,
`PostalCode` varchar(20) NOT NULL,
`Country` char(2) NOT NULL,