mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +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 (
|
CREATE TABLE tnetwork_component (
|
||||||
id_nc NUMBER(10, 0) PRIMARY KEY,
|
id_nc NUMBER(10, 0) PRIMARY KEY,
|
||||||
name CLOB,
|
name VARCHAR2(4000) DEFAULT '',
|
||||||
description VARCHAR2(300) DEFAULT NULL,
|
description VARCHAR2(300) DEFAULT NULL,
|
||||||
id_group NUMBER(10, 0) DEFAULT 1,
|
id_group NUMBER(10, 0) DEFAULT 1,
|
||||||
type NUMBER(10, 0) DEFAULT 6,
|
type NUMBER(10, 0) DEFAULT 6,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user