Skip to content

Commit

Permalink
Fixed per_BirthYear
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudIO committed Apr 14, 2024
1 parent 110d919 commit 4b0d59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion propel/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
required="true" defaultValue="0"/>
<column name="per_BirthDay" phpName="BirthDay" type="TINYINT" size="3" sqlType="tinyint(3) unsigned"
required="true" defaultValue="0"/>
<column name="per_BirthYear" phpName="BirthYear" type="smallint(4) unsigned" size="4"/>
<column name="per_BirthYear" phpName="BirthYear" type="SMALLINT" size="4" sqlType="smallint(4)"/>
<column name="per_MembershipDate" phpName="MembershipDate" type="DATE"/>
<column name="per_Gender" phpName="Gender" type="TINYINT" size="1" sqlType="tinyint(1) unsigned" required="true"
defaultValue="false"/>
Expand Down

0 comments on commit 4b0d59f

Please sign in to comment.