[Akonadi] [Bug 394839] pimitemtable.remoteid Column Too Small For Exchange Calendar Via davmail

Garry Williams bugzilla_noreply at kde.org
Tue Dec 11 21:34:37 GMT 2018


https://bugs.kde.org/show_bug.cgi?id=394839

--- Comment #4 from Garry Williams <gtwilliams at gmail.com> ---
(In reply to Erik Quaeghebeur from comment #3)
> That worked, but I get the same error as within the DB console of
> akonadiconsole:
> 
> > mysql> alter table pimitemtable modify column remoteId varchar(1024);
> > ERROR 1067 (42000): Invalid default value for 'atime'

I don't know what to tell you:

    MariaDB [akonadi]> alter table pimitemtable modify column remoteId
varchar(1024);
    Query OK, 0 rows affected (0.001 sec)
    Records: 0  Duplicates: 0  Warnings: 0

    MariaDB [akonadi]>

You might want to read

   
https://stackoverflow.com/questions/36882149/error-1067-42000-invalid-default-value-for-created-at

and similar references.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list