Differences between revisions 11 and 14 (spanning 3 versions)
Revision 11 as of 2004-05-05 09:44:16
Size: 227
Editor: Portland-249
Comment:
Revision 14 as of 2007-11-23 18:02:31
Size: 227
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
UserID - Numberic[[BR]]
MAC - VarChar(12)[[BR]]
Enabled - VarChar(1)[[BR]]
UserID - Numberic<<BR>>
MAC - VarChar(12)<<BR>>
Enabled - VarChar(1)<<BR>>

Mac Table

UserID - Numberic
MAC - VarChar(12)
Enabled - VarChar(1)

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


[CategoryMACWhitelist]

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