mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Improved the oracle compatibility
This commit is contained in:
parent
5963f47432
commit
35623b06bf
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user