/[drupal]/contributions/modules/webmedia/webmedia.mysql
ViewVC logotype

Contents of /contributions/modules/webmedia/webmedia.mysql

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Thu Jun 15 00:05:25 2006 UTC (3 years, 5 months ago) by khoogheem
Branch: MAIN
CVS Tags: HEAD
support for streaming video into drupal
1 CREATE TABLE IF NOT EXISTS `webmedia` (
2 `nid` int(11) NOT NULL default '0',
3 `station` varchar(80) NOT NULL default '',
4 `description` text NOT NULL,
5 `country` text NOT NULL,
6 `language` text NOT NULL,
7 `stationurl` varchar(120) NOT NULL default '',
8 `url` varchar(120) NOT NULL default '',
9 `live` tinyint(1) NOT NULL default '0',
10 `media` tinyint(2) NOT NULL default '0',
11 `bitrate` int(5) NOT NULL default '0',
12 PRIMARY KEY (`nid`)
13 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;

  ViewVC Help
Powered by ViewVC 1.1.2