Changes between Initial Version and Version 1 of Ticket #24132


Ignore:
Timestamp:
Jan 11, 2015, 4:52:32 PM (9 years ago)
Author:
Mark Jones
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24132 – Description

    initial v1  
     1{{{
    12CREATE TABLE `auth_permission` (
    23  `id` int(11) NOT NULL AUTO_INCREMENT,
     
    56  `codename` varchar(100) NOT NULL,
    67)
     8}}}
     9
    710
    811codename and name are almost identical fields, except name has added spaces and the string "Can" stuck in front of it.  Why then is the codename field varchar(100) and the name field varchar(50).
Back to Top