Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as Plain Text by aaa ( 14 years ago )
CREATE TABLE IF NOT EXISTS `posty` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `temat_id` int(10) unsigned NOT NULL,
  `temat_link` text COLLATE utf8_bin NOT NULL,
  `tresc` text COLLATE utf8_bin NOT NULL,
  `ostatni_wyslany` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COLLATE=utf8_bin AUTO_INCREMENT=16 ;

 

Revise this Paste

Your Name: Code Language: