Generating a migration script on PG produce a wrong sql statement for Oracle

Description

The statement generated is
_ALTER TABLE C_Invoice ADD COLUMN RelatedInvoice_ID NUMERIC(10) DEFAULT NULL _

Whereas it should be
_ALTER TABLE C_Invoice ADD RelatedInvoice_ID NUMBER(10) DEFAULT NULL _

Environment

None

Activity

Show:

Carlos Ruiz July 31, 2019 at 7:38 PM

Hi , based on https://idempiere.atlassian.net/browse/IDEMPIERE-918#icft=IDEMPIERE-918 I'm closing this as not reproducible.

Cannot Reproduce

Details

Assignee

Reporter

Priority

Created July 31, 2019 at 8:48 AM
Updated October 1, 2019 at 2:21 PM
Resolved July 31, 2019 at 7:38 PM