Jump to content
php.lv forumi

Cik daudz raksti


Blumish

Recommended Posts

CREATE TABLE ca_caught (

 

id INT NOT NULL AUTO_INCREMENT,

title TEXT character set utf8 collate utf8_unicode_ci NOT NULL,

text TEXT character set utf8 collate utf8_unicode_ci NOT NULL,

img VARCHAR(300) character set utf8 collate utf8_unicode_ci NOT NULL,

video VARCHAR(300) character set utf8 collate utf8_unicode_ci NOT NULL,

type INT(2) NOT NULL,

votefor INT NOT NULL,

voteagainst INT NOT NULL,

time INT NOT NULL,

author INT NOT NULL,

lang VARCHAR(5) character set utf8 collate utf8_unicode_ci NOT NULL,

category INT(2) NOT NULL,

voters TEXT,

FULLTEXT (voters),

PRIMARY KEY(id)

 

) ENGINE=MyISAM DEFAULT CHARSET=utf8

Edited by Blumish
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...