Changes between Initial Version and Version 1 of Ticket #12868, comment 2


Ignore:
Timestamp:
Sep 2, 2016, 8:59:13 AM (8 years ago)
Author:
Stuart Auchterlonie
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12868, comment 2

    initial v1  
    22
    33For programs table we have this definition
    4 `inetref` varchar(40) DEFAULT '',
     4{{{`inetref` varchar(40) DEFAULT '',}}}
    55and for oldrecorded table we have this definition
    6 `inetref` varchar(40) NOT NULL,
     6{{{`inetref` varchar(40) NOT NULL,}}}
    77and according to `desc oldrecorded` in my DB the default
    88value is NULL whilst not being allowed to be NULL.