Skip to content

Fixed 3 chars to varchar(255)#18

Open
danaki wants to merge 1 commit into
kucharovic:masterfrom
danaki:longer-currency-codes
Open

Fixed 3 chars to varchar(255)#18
danaki wants to merge 1 commit into
kucharovic:masterfrom
danaki:longer-currency-codes

Conversation

@danaki

@danaki danaki commented Sep 5, 2018

Copy link
Copy Markdown

Fixes #17

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">

Copy link
Copy Markdown

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.

2 participants