We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c5f549 commit b488b5dCopy full SHA for b488b5d
install/sql/ispconfig3.sql
@@ -103,7 +103,7 @@ CREATE TABLE `client` (
103
`usertheme` varchar(32) NOT NULL default 'default',
104
`template_master` int(11) unsigned NOT NULL default '0',
105
`template_additional` varchar(255) NOT NULL default '',
106
- `created_at` datetime default NULL,
+ `created_at` bigint(20) DEFAULT NULL,
107
PRIMARY KEY (`client_id`)
108
) ENGINE=MyISAM AUTO_INCREMENT=1;
109
0 commit comments