Skip to content

Commit

Permalink
try increasing size of filer name col
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenglimEar committed Jul 2, 2024
1 parent 3d8c799 commit ef9e09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbschema/H-Loans.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CREATE TABLE "H-Loans" (
"Filer_ID" INTEGER NOT NULL,
"Filer_NamL" VARCHAR(47) NOT NULL,
"Filer_NamL" VARCHAR(60) NOT NULL,
"Report_Num" VARCHAR(3) NOT NULL,
"Committee_Type" VARCHAR(3) NOT NULL,
"Rpt_Date" DATE NOT NULL,
Expand Down

0 comments on commit ef9e09a

Please sign in to comment.