mirror of
https://github.com/standardebooks/web.git
synced 2025-07-19 04:44:48 -04:00
Update SQL table definitions
This commit is contained in:
parent
728473356c
commit
f28378de37
2 changed files with 4 additions and 4 deletions
|
@ -10,4 +10,4 @@ CREATE TABLE `Payments` (
|
|||
`IsMatchingDonation` tinyint(1) unsigned NOT NULL,
|
||||
PRIMARY KEY (`PaymentId`),
|
||||
KEY `index2` (`UserId`,`Amount`,`Created`,`IsRecurring`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=828 DEFAULT CHARSET=utf8mb4;
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue