Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed 3 chars to varchar(255) #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixed 3 chars to varchar(255) #18

wants to merge 1 commit into from

Conversation

danaki
Copy link

@danaki danaki commented Sep 5, 2018

Fixes #17

@@ -4,9 +4,9 @@
xsi:schemaLocation="http://doctrine-project.org/schemas/orm/doctrine-mapping
http://www.doctrine-project.org/schemas/orm/doctrine-mapping.xsd">
<embeddable name="Money\Currency">
<field name="code" type="string" length="3">
<field name="code" type="string" length="255">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line 7-10 could be changed to <field name="code" type="string"/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants