Lines 2562-2567
CREATE TABLE `deletedauth_header` (
Link Here
|
2562 |
`authtypecode` varchar(10) NOT NULL DEFAULT '', |
2562 |
`authtypecode` varchar(10) NOT NULL DEFAULT '', |
2563 |
`datecreated` date DEFAULT NULL, |
2563 |
`datecreated` date DEFAULT NULL, |
2564 |
`modification_time` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), |
2564 |
`modification_time` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), |
|
|
2565 |
`heading` longtext DEFAULT NULL, |
2565 |
`origincode` varchar(20) DEFAULT NULL, |
2566 |
`origincode` varchar(20) DEFAULT NULL, |
2566 |
`authtrees` longtext DEFAULT NULL, |
2567 |
`authtrees` longtext DEFAULT NULL, |
2567 |
`linkid` bigint(20) DEFAULT NULL, |
2568 |
`linkid` bigint(20) DEFAULT NULL, |
2568 |
- |
|
|