Tables Previous topic Chapter index Next topic

VERSIONES

 

Description

(There is no description for table VERSIONES)

 

Fields

PK

FK

Field

Domain

Type

NN

Default

Description

 

CODIGO

 

INTEGER

 

 

 

 

NOTA

 

BLOB SUB_TYPE 1 SEGMENT SIZE 80

 

 

 

Triggers

(There are no triggers for table VERSIONES)

 

Indices

Index

Fields

Active

Unique

Order

PK_VERSIONES

CODIGO

ASC

 

References

(There are no references for table VERSIONES)

 

Referenced By

(There are no tables referenced by table VERSIONES)

 

Definition

CREATE TABLE VERSIONES (
    CODIGO  INTEGER NOT NULL,
    NOTA    BLOB SUB_TYPE 1 SEGMENT SIZE 80
);


ALTER TABLE VERSIONES ADD CONSTRAINT PK_VERSIONES PRIMARY KEY (CODIGO);

 

     Previous topic Chapter index Next topic