Differences between revisions 2 and 10 (spanning 8 versions)
Revision 2 as of 2004-05-04 19:14:22
Size: 131
Editor: 63-225-82-9
Comment:
Revision 10 as of 2004-05-05 09:43:56
Size: 225
Editor: Portland-249
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
'''Mac Table'''
Line 2: Line 3:
'''Mac Table'''
[[BR]]
Line 8: Line 7:
[CategoryMACWhitelist] CREATE TABLE macwl (
UserID numeric,
MAC varchar(12),
Enabled varchar(1)
);
----
CategoryMACWhitelist

Mac Table

UserID - NumbericBR MAC - VarChar(12)BR Enabled - VarChar(1)BR

CREATE TABLE macwl ( UserID numeric, MAC varchar(12), Enabled varchar(1) );


CategoryMACWhitelist

MacWLSchema (last edited 2007-11-23 18:02:31 by localhost)