Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,701 contributions in the last year
Activity overview
Contribution activity
October 2020
Created an issue in pgmodeler/pgmodeler that received 2 comments
Custom type properties order is not respected (export and diff)
Bug description If we create a custom type as below: create schema api; create type api.product as ( id uuid, sku varchar(255), name text, descript…