Files
MBS/PROYECTOS/irdir/irtb00028.sql
T

24 lines
580 B
SQL

{ TABLE "informix".irtb00028 row size = 54 number of columns = 13 index size = 0 }
create table "informix".irtb00028
(
mes_ini smallint not null ,
mes_fin smallint not null ,
ano smallint not null ,
cod_n smallint not null ,
cod_grupo smallint not null ,
cod_tipo smallint not null ,
cod_sec smallint not null ,
costo_st decimal(12,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".irtb00028 from "public";