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.
parent
09e528e113
commit
15428a875e
File diff suppressed because it is too large
Load Diff
|
@ -1,4 +1,5 @@
|
|||
CREATE TABLE clientdetails (
|
||||
id VARCHAR(256),
|
||||
clientId VARCHAR(256),
|
||||
clientSecret VARCHAR(2000),
|
||||
clientName VARCHAR(256),
|
||||
|
|
Loading…
Reference in New Issue