Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
CREATE TABLE IF NOT EXISTS `logs5` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`fhr5` varchar(50) NOT NULL,
`mt5` varchar(255) NOT NULL,
`eng5` varchar(100) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
INSERT INTO `logs5` (`id`, `fhr5`, `mt5`, `eng5`) VALUES (1, '750 - 900 Hours', '07/01/2022 : 12 PM - 8 PM', 'Avionic & Aerospace Engineer');