24 lines
497 B
SQL
24 lines
497 B
SQL
{ TABLE "informix".irtb0013 row size = 54 number of columns = 13 index size = 0 }
|
|
create table "informix".irtb0013
|
|
(
|
|
mes_ini smallint,
|
|
mes_fin smallint,
|
|
ano smallint,
|
|
cod_n smallint,
|
|
cod_grupo smallint,
|
|
cod_tipo smallint,
|
|
cod_sec smallint,
|
|
costo_st decimal(12,2),
|
|
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".irtb0013 from "public";
|
|
|
|
|
|
|
|
|
|
|