Jump to content

Recommended Posts

CREATE TABLE mybb_posts(
 
pid INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT ,
tid INT( 10 ) UNSIGNED NOT NULL ,
replyto INT( 10 ) UNSIGNED NOT NULL ,
fid SMALLINT( 5 ) UNSIGNED NOT NULL ,
subject VARCHAR( 120 ) NOT NULL ,
icon SMALLINT( 5 ) UNSIGNED NOT NULL ,
uid INT( 10 ) UNSIGNED NOT NULL ,
username VARCHAR( 80 ) NOT NULL ,
dateline BIGINT( 30 ) NOT NULL ,
*****  message """"TEXT ( " ) """" NOT NULL , *****
ipaddress VARCHAR( 30 ) NOT NULL ,
longipaddress INT( 11 ) NOT NULL ,
includesig INT( 1 ) NOT NULL ,
smilieoff INT( 1 ) NOT NULL ,
edituid INT( 10 ) UNSIGNED NOT NULL ,
edittime INT( 10 ) NOT NULL ,
visible INT( 1 ) NOT NULL ,
posthash VARCHAR( 32 ) NOT NULL ,
thumbsup INT( 11 ) NOT NULL ,
thumbsdown INT( 11 ) NOT NULL ,
PRIMARY KEY ( pid ) ,
KEY tid( tid, uid ) ,
KEY uid( uid ) ,
KEY visible( visible ) ,
KEY dateline( dateline ) ,
KEY longipaddress( longipaddress ) ,
KEY message( message )
);
 
arkadaşlar message yerinede yani kırmızı ile *** bölge message ...? TEXT (?) not null yerine ne gelmesi gerekiyor. bu konuda bana acil yardım gerekli
Edited by vanli65
Link to comment
Share on other sites

Mesaj başlığında acil vs. yazmaması gerekiyor kurallar gereği. Bilginize

 

 

 

Madde 16. Başlıklarınızda açıklayıcı olmalısınız. Hiçbir açıklayıcılığı olmayan "yardım edin", "lütfen dikkat", "acil" ve benzeri kelimeleri başlık içerisinde kullanmamalısınız.
Edited by yasak_ask
Link to comment
Share on other sites

CREATE TABLE mybb_posts(
 
pid INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT ,
tid INT( 10 ) UNSIGNED NOT NULL ,
replyto INT( 10 ) UNSIGNED NOT NULL ,
fid SMALLINT( 5 ) UNSIGNED NOT NULL ,
subject VARCHAR( 120 ) NOT NULL ,
icon SMALLINT( 5 ) UNSIGNED NOT NULL ,
uid INT( 10 ) UNSIGNED NOT NULL ,
username VARCHAR( 80 ) NOT NULL ,
dateline BIGINT( 30 ) NOT NULL ,
*****  message """"TEXT ( " ) """" NOT NULL , *****
ipaddress VARCHAR( 30 ) NOT NULL ,
longipaddress INT( 11 ) NOT NULL ,
includesig INT( 1 ) NOT NULL ,
smilieoff INT( 1 ) NOT NULL ,
edituid INT( 10 ) UNSIGNED NOT NULL ,
edittime INT( 10 ) NOT NULL ,
visible INT( 1 ) NOT NULL ,
posthash VARCHAR( 32 ) NOT NULL ,
thumbsup INT( 11 ) NOT NULL ,
thumbsdown INT( 11 ) NOT NULL ,
PRIMARY KEY ( pid ) ,
KEY tid( tid, uid ) ,
KEY uid( uid ) ,
KEY visible( visible ) ,
KEY dateline( dateline ) ,
KEY longipaddress( longipaddress ) ,
KEY message( message )
);
 
arkadaşlar message yerinede yani kırmızı ile *** bölge message ...? TEXT (?) not null yerine ne gelmesi gerekiyor. bu konuda bana acil yardım gerekli

 

`message` longblob NOT NULL, veya

`message` blob NOT NULL,

alan adı = TEXT

Alan türü =longblob

Edited by SecondLife
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.
Note: Your post will require moderator approval before it will be visible.

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.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...