bee
bee copied to clipboard
chore(bee api -driver=postgres): change Postgres API generate PrimaryKey and Auto tag
… Key with Serial (Auto increme$
Change in Methods:
- func (postgresDB) GetColumns()
- func isSQLDecimal()
- func extractIntSignness()
- func extractDecimal()
Description
- Update query, extra will return "auto_increment" instead of blank "", Primary Key can work toget$
- Increase type of decimal
- Fix return INT length
- Fix return DECIMAL types precision