SurrealChat.net Tabris/RandomTextObjects

Spec page for Random Text Objects.

CREATE TABLE `randtext` (

  `nrid` int(8) unsigned NOT NULL default 0,
  `type` tinyint(3) unsigned NOT NULL default 0,
  `id` mediumint(8) unsigned NOT NULL default 0,
  `chan` varchar(32) default NULL,
  `data` text default NULL,
  PRIMARY KEY (`nrid`, `type`, `id`, `chan`)
) TYPE=MyISAM;

Chan field won't be always used. and in some cases possibly not data. esp for autojoin.

Meanwhile we need to start registering types. I'm thinking we use RTF for the prefix.


This page is read-only | View other revisions
Last edited January 24, 2006 10:27 pm (diff)
Search: