Skip to content

Commit

Permalink
Fixed Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
muthusubra committed May 13, 2024
1 parent cc3ddca commit f6c45e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

CREATE TABLE IF NOT EXISTS crime_evidence.INCOME_EVIDENCE_REQ_ITEMS
(
ID INTEGER NOT NULL PRIMARY KEY,
ID INTEGER,
IEVR_ID INTEGER,
INEV_EVIDENCE VARCHAR(20),
MANDATORY VARCHAR(1),
Expand Down

0 comments on commit f6c45e0

Please sign in to comment.