mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Changed a type
This commit is contained in:
parent
2396ba4d9d
commit
7bbd94843f
@ -815,7 +815,7 @@ CREATE TABLE torigen (
|
||||
|
||||
CREATE TABLE tperfil (
|
||||
id_perfil NUMBER(10, 0) PRIMARY KEY,
|
||||
name CLOB DEFAULT '',
|
||||
name VARCHAR2(200) NOT NULL,
|
||||
incident_edit NUMBER(1, 0) DEFAULT 0,
|
||||
incident_view NUMBER(1, 0) DEFAULT 0,
|
||||
incident_management NUMBER(1, 0) DEFAULT 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user