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

Problem order field #9

Open
jripault opened this issue Dec 17, 2012 · 1 comment
Open

Problem order field #9

jripault opened this issue Dec 17, 2012 · 1 comment

Comments

@jripault
Copy link

Hi,

I was trying the example but on a jpa/mysql basis. And there is a small problem with the field order because it is a keyword in Hibernate ... hence no table creation due to an error. Maybe rename the "order" field to "position" could be a good idea

@sdeleuze
Copy link
Member

I would propose to use @column(name="position") to do the trick.
Is it an acceptable solution ?

If you have a JPA version of this example, it may be interesting to publish it, and rename this one todo-backbone-mongodb-example ...

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

No branches or pull requests

2 participants