Tables Previous topic Chapter index Next topic

REPARACIONES

 

Description

(There is no description for table REPARACIONES)

 

Fields

PK

FK

Field

Domain

Type

NN

Default

Description

 

 

TABLA

 

CHAR(31)

 

 

 

 

CAMPO

 

CHAR(31)

 

 

 

 

ANTERIOR

 

CHAR(31)

 

 

 

 

ACTUAL

 

CHAR(31)

 

 

 

 

FECHA

 

TIMESTAMP

'now'

 

 

 

TIPO

 

CHAR(5)

 

 

 

 

PREFIJO

 

CHAR(5)

 

 

 

 

NUMERO

 

CHAR(10)

 

 

 

 

RENGLON

 

INTEGER

 

 

 

Triggers

(There are no triggers for table REPARACIONES)

 

Indices

(There are no indices on table REPARACIONES)

 

References

(There are no references for table REPARACIONES)

 

Referenced By

(There are no tables referenced by table REPARACIONES)

 

Definition

CREATE TABLE REPARACIONES (
    TABLA     CHAR(31),
    CAMPO     CHAR(31),
    ANTERIOR  CHAR(31),
    ACTUAL    CHAR(31),
    FECHA     TIMESTAMP DEFAULT 'now',
    TIPO      CHAR(5),
    PREFIJO   CHAR(5),
    NUMERO    CHAR(10),
    RENGLON   INTEGER
);

 

     Previous topic Chapter index Next topic