mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 02:21:55 -04:00
Change 'timestamp' properties on objects to more descriptive names
This commit is contained in:
parent
18f761929a
commit
dbefba6b94
32 changed files with 74 additions and 74 deletions
|
@ -7,7 +7,7 @@ CREATE TABLE `NewsletterSubscribers` (
|
|||
`IsConfirmed` tinyint(1) unsigned NOT NULL DEFAULT 0,
|
||||
`IsSubscribedToNewsletter` tinyint(1) unsigned NOT NULL DEFAULT 1,
|
||||
`IsSubscribedToSummary` tinyint(1) unsigned NOT NULL DEFAULT 1,
|
||||
`Timestamp` datetime NOT NULL,
|
||||
`Created` datetime NOT NULL,
|
||||
PRIMARY KEY (`NewsletterSubscriberId`),
|
||||
UNIQUE KEY `Uuid_UNIQUE` (`Uuid`),
|
||||
UNIQUE KEY `Email_UNIQUE` (`Email`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue