Added additional fields to ClientDetailsEntity and did some reorganization, still some more to do. Added "id" field to the sql file, but the sql still needs all of the other additional fields.

pull/165/merge
Amanda Anganes 2012-08-07 16:56:10 -04:00
parent 09e528e113
commit 15428a875e
2 changed files with 829 additions and 494 deletions

View File

@ -1,4 +1,5 @@
CREATE TABLE clientdetails (
id VARCHAR(256),
clientId VARCHAR(256),
clientSecret VARCHAR(2000),
clientName VARCHAR(256),