|
Lines 12-18
return {
Link Here
|
| 12 |
$dbh->do( |
12 |
$dbh->do( |
| 13 |
q| |
13 |
q| |
| 14 |
CREATE TABLE `deletedauth_header` ( |
14 |
CREATE TABLE `deletedauth_header` ( |
| 15 |
`authid` bigint(20) unsigned NOT NULL, |
15 |
`authid` bigint(20) unsigned NOT NULL AUTO_INCREMENT, |
| 16 |
`authtypecode` varchar(10) NOT NULL DEFAULT '', |
16 |
`authtypecode` varchar(10) NOT NULL DEFAULT '', |
| 17 |
`datecreated` date DEFAULT NULL, |
17 |
`datecreated` date DEFAULT NULL, |
| 18 |
`modification_time` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), |
18 |
`modification_time` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), |