aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/contrib/scripts/meetme.sql
blob: 19c4ed74538e24ae2b0fbc8119582849e01607be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
-- 
-- Table structure for Realtime meetme
-- 

CREATE TABLE meetme (
	confno char(80) DEFAULT '0' NOT NULL,
	pin char(20) NULL,
	adminpin char(20) NULL,
	members integer DEFAULT 0 NOT NULL,
	PRIMARY KEY (confno)
);