Query
CREATE TABLE `licenses` (
`id` integer,
`key` text NOT NULL,
`key_type` text NOT NULL,
`purchase_info_id` integer NOT NULL,
PRIMARY KEY (`id`)
)
CREATE TABLE `licenses` (
`id` integer,
`key` text NOT NULL,
`key_type` text NOT NULL,
`purchase_info_id` integer NOT NULL,
PRIMARY KEY (`id`)
)