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

USERS

 

Popis

(There is no description for table USERS)

 

Pole

PK

FK

Pole

Doména

Typ

NN

Default

Popis

 

 

ID

 

INTEGER

 

 

 

 

USER

 

CHAR(20)

 

 

 

 

NAME

 

VARCHAR(100)

 

 

 

 

HESLO

 

CHAR(20)

 

 

 

 

PRAVA

 

INTEGER

 

 

 

Spouště

(There are no triggers for table USERS)

 

Indexy

(There are no indices on table USERS)

 

References

(There are no references for table USERS)

 

Referenced By

(There are no tables referenced by table USERS)

 

Definition


CREATE TABLE USERS (
    ID     INTEGER NOT NULL,
    USER   CHAR(20),
    NAME   VARCHAR(100),
    HESLO  CHAR(20),
    PRAVA  INTEGER
);

 

     Previous topic Chapter index Next topic