This commit is contained in:
johnnyq 2025-05-24 13:23:41 -04:00
parent 811312466f
commit d31f19707b
1 changed files with 2 additions and 1 deletions

3
db.sql
View File

@ -483,6 +483,7 @@ CREATE TABLE `client_stripe` (
`stripe_id` varchar(255) NOT NULL,
`stripe_pm` varchar(255) DEFAULT NULL,
`stripe_pm_details` varchar(200) DEFAULT NULL,
`stripe_pm_created_at` datetime NOT NULL DEFAULT current_timestamp(),
PRIMARY KEY (`client_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
@ -2499,4 +2500,4 @@ CREATE TABLE `vendors` (
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2025-05-23 15:42:30
-- Dump completed on 2025-05-24 13:23:21