You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(1, 'jquery.validation.js', 'Contribution towards jquery.validation.js', 'jquery.validation.js is the client side javascript validation library authored by Jörn Zaefferer hosted on github for us and we are trying to contribute to it. Working on localization now', 'validation.png', 0, 1, '2015-09-02 00:00:00', NULL, NULL),
48
-
(2, 'CodeIgniter User Management', 'Demo for user management system', 'This the demo of User Management System (Admin Panel) using CodeIgniter PHP MVC Framework and AdminLTE bootstrap theme. You can download the code from the repository or forked it to contribute. Usage and installation instructions are provided in ReadMe.MD', 'cias.png', 0, 1, '2015-09-02 00:00:00', NULL, NULL);
43
+
CREATETABLE `tbl_last_login` (
44
+
`id`bigint(20) NOT NULL,
45
+
`userId`bigint(20) NOT NULL,
46
+
`sessionData`varchar(2048) NOT NULL,
47
+
`machineIp`varchar(1024) NOT NULL,
48
+
`userAgent`varchar(128) NOT NULL,
49
+
`agentString`varchar(1024) NOT NULL,
50
+
`platform`varchar(128) NOT NULL,
51
+
`createdDtm` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP
0 commit comments