
drop table leptospira\g

create table leptospira (
   UI		integer,
   TI		char(500),
   DP		char(6),
   SO		char(100)
)\g

drop table author\g

create table author (
   UI		integer,
   AU		char(100)
)\g

drop table mash_heading\g

create table mash_heading (
   UI		integer,
   MH		char(100),
   SRCH		char(32)
)\g

drop table address\g

create table address (
   UI		integer,
   AD		char(150)
)\g

