31 lines
782 B
SQL
31 lines
782 B
SQL
{ TABLE "informix".irtb00026 row size = 100 number of columns = 24 index size = 0
|
|
}
|
|
create table "informix".irtb00026
|
|
(
|
|
num_doc integer not null ,
|
|
fecha date,
|
|
fact_no char(10),
|
|
conduce_no char(10),
|
|
tipo char(2),
|
|
orden_compra integer,
|
|
cod_sp smallint,
|
|
cod_sp_sec smallint,
|
|
cod_mov smallint not null ,
|
|
maquina smallint,
|
|
cod_n smallint,
|
|
cod_grupo smallint,
|
|
cod_tipo smallint,
|
|
cod_sec smallint,
|
|
cantidad_1 decimal(10,2),
|
|
cantidad_2 decimal(10,2),
|
|
sec_de smallint,
|
|
sec_a smallint,
|
|
status_mov char(1),
|
|
status_t char(1),
|
|
us_crea char(9),
|
|
fech_crea datetime year to minute,
|
|
us_mod char(9),
|
|
fech_mod datetime year to minute
|
|
);
|
|
revoke all on "informix".irtb00026 from "public";
|