"127.0.0.1:E:\kmodel\BrCCMExV\db\VITKOVICEZPO.FDB". Tabulky Previous topic Chapter index Next topic

UDALOSTI

 

Popis

(There is no description for table UDALOSTI)

 

Pole

PK

FK

Pole

Doména

Typ

NN

Default

Popis

 

 

ID

 

INTEGER

 

 

 

 

DATUMCAS

 

TIMESTAMP

 

 

 

 

KOD

 

INTEGER

 

 

 

 

ZPRAVA

 

VARCHAR(160)

 

 

 

Spouště

(There are no triggers for table UDALOSTI)

 

Indexy

(There are no indices on table UDALOSTI)

 

References

(There are no references for table UDALOSTI)

 

Referenced By

(There are no tables referenced by table UDALOSTI)

 

Definition


CREATE TABLE UDALOSTI (
    ID        INTEGER NOT NULL,
    DATUMCAS  TIMESTAMP,
    KOD       INTEGER,
    ZPRAVA    VARCHAR(160)
);

 

     Previous topic Chapter index Next topic