Files
MBS/PROYECTOS/irdir/irtb00027.sql
T

26 lines
663 B
SQL

{ TABLE "informix".irtb00027 row size = 59 number of columns = 15 index size = 0 }
create table "informix".irtb00027
(
fecha_r date not null ,
cod_n_r smallint not null ,
cod_grupo_r smallint not null ,
cod_tipo_r smallint not null ,
cod_sec_r smallint not null ,
cod_n_m smallint not null ,
cod_grupo_m smallint not null ,
cod_tipo_m smallint not null ,
cod_sec_m smallint not null ,
cantidad_m decimal(10,2) not null ,
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".irtb00027 from "public";