Skip to content

Instantly share code, notes, and snippets.

View kucukkanat's full-sized avatar
⌨️
Working on santa.ai

HT kucukkanat

⌨️
Working on santa.ai
View GitHub Profile
-- Turkce isimler sozlugu twitter : http://twitter.com/tserpico
CREATE TABLE `isimler` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`isimler` varchar(255) DEFAULT NULL,
`cinsiyet` varchar(255) DEFAULT NULL COMMENT 'erkek : E , kadın : K , uniseks : U',
PRIMARY KEY (`id`)
) ENGINE=InnoDB;
-- ----------------------------