Graphql-engine: Change the frequently used column `id` to bigint

Created on 12 Dec 2019  路  1Comment  路  Source: hasura/graphql-engine

The current id suggestion for frequently used columns is int, but I propose this to be changed to bigint. On all my projects I have to change this manually.

Other frameworks like Rails use bigint by default, and I think that's the best choice for most projects.

console quickfix good first issue help wanted

Most helpful comment

We could instead just add another option with bigint leaving the choice to the user to pick according to their needs

>All comments

We could instead just add another option with bigint leaving the choice to the user to pick according to their needs

Was this page helpful?
0 / 5 - 0 ratings