Dimitris Halatsis 969af958ba
feat: Postgres IDENTITY Column support (#7741)
* feat: extend column options interfaces to also support Postgres10+ Identity generationStrategy

* feat: extend PrimaryGeneratedColumn support for Postgres10+ identity

* feat: update buildCreateColumnSql with Postgres10+ IDENTITY support

* feat: update loadTables for Postgres10+ IDENTITY column recognition

* doc: add description of identity support for PrimaryGeneratedColumn

* test: add test for SQL of table with IDENTITY COLUMN in Postgres 10+

* feat: take identity generation type into consideration when checking for changed column

* fix: better non behavior changing way of checking for identity column

* chore: rebase and resolve PR conversations
2021-11-10 00:00:31 +05:00
..
2019-01-18 14:42:20 +08:00
2019-01-18 14:42:20 +08:00
2020-03-02 15:41:38 +05:00
2019-01-18 14:42:20 +08:00
2020-01-21 12:56:13 +05:00
2021-01-11 18:00:53 +05:00
2019-03-09 18:30:38 +05:00
2019-01-18 14:42:20 +08:00
2019-01-18 14:42:20 +08:00
2019-01-18 14:42:20 +08:00
2019-01-18 14:42:20 +08:00
2019-01-18 14:42:20 +08:00
2019-01-18 14:42:20 +08:00