DB Updates to support leads functionality

This commit is contained in:
o-psi
2023-10-16 19:30:31 -05:00
parent de91afe1a0
commit 4fa186179d
3 changed files with 22 additions and 14 deletions

1
db.sql
View File

@@ -275,6 +275,7 @@ DROP TABLE IF EXISTS `clients`;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `clients` (
`client_id` int(11) NOT NULL AUTO_INCREMENT,
`client_lead` tinyint(1) NOT NULL DEFAULT 0,
`client_name` varchar(200) NOT NULL,
`client_type` varchar(200) DEFAULT NULL,
`client_website` varchar(200) DEFAULT NULL,