View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001782 | Database Workbench v5 | PostgreSQL Module | public | 2020-05-04 10:15 | 2020-05-07 11:14 |
Reporter | Martijn Tonies | Assigned To | Martijn Tonies | ||
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Fixed in Version | 5.7.2 | ||||
Summary | 0001782: Columns with domains with specified length, including length specified in table DDL | ||||
Description | Columns with domains with specified length, including length specified in table DDL | ||||
Steps To Reproduce | CREATE DOMAIN public.d_varchar_70 VARCHAR(70); ALTER DOMAIN public.d_varchar_70 OWNER TO postgres; CREATE TABLE IF NOT EXISTS _test ( c_id_domain public.primary_id, c_varchar_domain public.d_varchar_70 ); extracted as CREATE TABLE IF NOT EXISTS _test ( c_id_domain public.primary_id, c_varchar_domain public.d_varchar_70(70) ); | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2020-05-04 10:15 | Martijn Tonies | New Issue | |
2020-05-04 13:18 | Martijn Tonies | Assigned To | => Martijn Tonies |
2020-05-04 13:18 | Martijn Tonies | Status | new => resolved |
2020-05-04 13:18 | Martijn Tonies | Resolution | open => fixed |
2020-05-04 13:18 | Martijn Tonies | Fixed in Version | => 5.7.2 |
2020-05-07 11:14 | Martijn Tonies | Status | resolved => closed |