Giter Site home page Giter Site logo

Comments (4)

sdepold avatar sdepold commented on May 3, 2024

hey there,

@indexes: right... nice one :)
@primary key "id": there is already an issue. that's pretty difficulty. will take some time to prepare the code for that i guess.
@adding a s: the app isn't adding a s but transforming the word into plural :) I used that behavoir due to my background as rails developer. they are doing it as well and i never had problems with that. but i will think about that :)

from sequelize.

Trakkasure avatar Trakkasure commented on May 3, 2024

I've started working on potential solutions on this.
I have a field that defines the key column. I was thinking that it is possible to have multiple primary keys in the case of a complex table definition. An example of I am working on right now a radius SQL backend where there is no ID field, but a userID and an attribute field, combined they make a primary key. I didn't write it, I'm just working with it. I've added an ID field to make it work. But to ensure unique user/attribute I wanted to be able to define it in the object as it is in the DB.

from sequelize.

Trakkasure avatar Trakkasure commented on May 3, 2024

I have completed this... however.. I'm having some difficulty with the association code.. (You got some complex stuff in there)
I am chugging through it. So everything works.. until you want to work with associations.

Added Index specification.
Added Primary key option
Added ability to specify multiple primary key columns.
Added the ability to specify the size of a string in column definition (letting the DB truncate data for you)

from sequelize.

Trakkasure avatar Trakkasure commented on May 3, 2024

Check pull request for completed code.

from sequelize.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.