Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › Using SQLyog › How can i create a Innodb with SQLyog?
create table myTable
(
myTableID bigint(22) auto_increment not null,
myInformation text,
) Type=InnoDB;