Description
(There is no description for table GRAFICOS_OLD)
Fields
PK | FK | Field | Domain | Type | NN | Default | Description |
---|---|---|---|---|---|---|---|
|
CODIGO |
|
CHAR(10) |
|
|
Triggers
(There are no triggers for table GRAFICOS_OLD)
Indices
Index | Fields | Active | Unique | Order |
---|---|---|---|---|
CODIGO |
ASC |
References
(There are no references for table GRAFICOS_OLD)
Referenced By
(There are no tables referenced by table GRAFICOS_OLD)
Definition
CREATE TABLE GRAFICOS_OLD (
CODIGO CHAR(10) NOT NULL
);
ALTER TABLE GRAFICOS_OLD ADD CONSTRAINT PK_GRAFICOS_OLD_1 PRIMARY KEY (CODIGO);
![]() ![]() ![]() |