Differences between revisions 5 and 14 (spanning 9 versions)
Revision 5 as of 2004-05-04 19:29:53
Size: 232
Editor: 63-225-82-9
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 2: Line 2:
[[BR]]
UserID - Numberic[[BR]]
MAC - VarChar(12)[[BR]]
Enabled - VarChar(1)[[BR]]
Line 7: Line 3:
CREATE TABLE MacTable (
UserID integer,
UserID - Numberic<<BR>>
MAC - VarChar(12)<<BR>>
Enabled - VarChar(1)<<BR>>

CREATE TABLE macwl (
UserID numeric,
Line 12: Line 12:
----

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)