bee icon indicating copy to clipboard operation
bee copied to clipboard

chore(bee api -driver=postgres): change Postgres API generate PrimaryKey and Auto tag

Open maplerichie opened this issue 5 years ago • 0 comments

… Key with Serial (Auto increme$

Change in Methods:

  1. func (postgresDB) GetColumns()
  2. func isSQLDecimal()
  3. func extractIntSignness()
  4. func extractDecimal()

Description

  1. Update query, extra will return "auto_increment" instead of blank "", Primary Key can work toget$
  2. Increase type of decimal
  3. Fix return INT length
  4. Fix return DECIMAL types precision

maplerichie avatar Oct 04 '18 20:10 maplerichie