Improved the oracle compatibility

This commit is contained in:
Alejandro Gallardo Escobar 2015-06-11 18:39:33 +02:00
parent 5963f47432
commit 35623b06bf
1 changed files with 1 additions and 1 deletions

View File

@ -765,7 +765,7 @@ CREATE OR REPLACE TRIGGER tmodule_relationship_inc BEFORE INSERT ON tmodule_rela
-- ----------------------------------------------------------------------
CREATE TABLE tnetwork_component (
id_nc NUMBER(10, 0) PRIMARY KEY,
name CLOB,
name VARCHAR2(4000) DEFAULT '',
description VARCHAR2(300) DEFAULT NULL,
id_group NUMBER(10, 0) DEFAULT 1,
type NUMBER(10, 0) DEFAULT 6,