db structure

This commit is contained in:
johnnyq 2025-05-23 15:42:47 -04:00
parent 3d1af05fc2
commit e07dfb5f67
1 changed files with 2 additions and 1 deletions

3
db.sql
View File

@ -482,6 +482,7 @@ CREATE TABLE `client_stripe` (
`client_id` int(11) NOT NULL,
`stripe_id` varchar(255) NOT NULL,
`stripe_pm` varchar(255) DEFAULT NULL,
`stripe_pm_details` varchar(200) DEFAULT NULL,
PRIMARY KEY (`client_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
@ -2498,4 +2499,4 @@ CREATE TABLE `vendors` (
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2025-03-31 12:05:41
-- Dump completed on 2025-05-23 15:42:30