Lines 2568-2575
CREATE TABLE `deletedauth_header` (
Link Here
|
2568 |
`authtrees` longtext DEFAULT NULL, |
2568 |
`authtrees` longtext DEFAULT NULL, |
2569 |
`linkid` bigint(20) DEFAULT NULL, |
2569 |
`linkid` bigint(20) DEFAULT NULL, |
2570 |
`marcxml` longtext NOT NULL, |
2570 |
`marcxml` longtext NOT NULL, |
2571 |
PRIMARY KEY (`authid`), |
2571 |
PRIMARY KEY (`authid`) |
2572 |
KEY `origincode` (`origincode`) |
|
|
2573 |
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; |
2572 |
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; |
2574 |
/*!40101 SET character_set_client = @saved_cs_client */; |
2573 |
/*!40101 SET character_set_client = @saved_cs_client */; |
2575 |
|
2574 |
|
2576 |
- |
|
|