Skip to content

Commit

Permalink
Added description column to SQL sample.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Noris committed Apr 4, 2014
1 parent 236d49d commit cf29f8e
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -9,6 +9,7 @@ CREATE TABLE midpoint_tests.idrepo (
firstName VARCHAR(16),
lastName VARCHAR(16),
fullName VARCHAR(32),
description VARCHAR(256),
disabled BOOL,
PRIMARY KEY (userId)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
Expand Down

0 comments on commit cf29f8e

Please sign in to comment.