Differences between revisions 2 and 3
Revision 2 as of 2004-05-04 19:14:22
Size: 131
Editor: 63-225-82-9
Comment:
Revision 3 as of 2004-05-04 19:25:06
Size: 232
Editor: 63-225-82-9
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Line 8: Line 7:
CREATE TABLE MacTable (
UserID Numeric,
MAC VarChar(12),
Enabled VarChar(1)
);

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

CREATE TABLE MacTable ( UserID Numeric, MAC VarChar(12), Enabled VarChar(1) );

[CategoryMACWhitelist]

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