Guest User

Untitled

a guest
Nov 21st, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. 2017/11/21 16:59:45 [trace] [system.db.CDbCommand] Executing SQL: CREATE TABLE `craft_entryversions` (
  2. `id` int(11) NOT NULL AUTO_INCREMENT,
  3. `entryId` INT(11) NOT NULL,
  4. `sectionId` INT(11) NOT NULL,
  5. `creatorId` INT(11) NULL,
  6. `locale` CHAR(12) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  7. `num` SMALLINT(6) UNSIGNED NOT NULL,
  8. `notes` tinytext NULL,
  9. `data` mediumtext NOT NULL,
  10. `dateCreated` datetime NOT NULL,
  11. `dateUpdated` datetime NOT NULL,
  12. `uid` CHAR(36) NOT NULL DEFAULT 0,
  13. PRIMARY KEY (id)
  14. )
  15.  
  16. 2017/11/21 16:59:45 [profile] [system.db.CDbCommand.execute] end:system.db.CDbCommand.execute(CREATE TABLE `craft_entryversions` (
  17. `id` int(11) NOT NULL AUTO_INCREMENT,
  18. `entryId` INT(11) NOT NULL,
  19. `sectionId` INT(11) NOT NULL,
  20. `creatorId` INT(11) NULL,
  21. `locale` CHAR(12) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  22. `num` SMALLINT(6) UNSIGNED NOT NULL,
  23. `notes` tinytext NULL,
  24. `data` mediumtext NOT NULL,
  25. `dateCreated` datetime NOT NULL,
  26. `dateUpdated` datetime NOT NULL,
  27. `uid` CHAR(36) NOT NULL DEFAULT 0,
  28. PRIMARY KEY (id)
  29. )
Add Comment
Please, Sign In to add comment