26 lines
567 B
Plaintext
26 lines
567 B
Plaintext
database marmotech
|
|
screen size 24 by 80
|
|
{
|
|
cod_cia [f000 ]
|
|
descripcion [f001 ]
|
|
departamento [f002 ]
|
|
cuenta_no [f003 ]
|
|
us_crea [f004 ]
|
|
fech_crea [f005 ]
|
|
us_mod [f006 ]
|
|
fech_mod [f007 ]
|
|
}
|
|
end
|
|
tables
|
|
iptb00022
|
|
attributes
|
|
f000 = iptb00022.cod_cia;
|
|
f001 = iptb00022.descripcion;
|
|
f002 = iptb00022.departamento;
|
|
f003 = iptb00022.cuenta_no;
|
|
f004 = iptb00022.us_crea;
|
|
f005 = iptb00022.fech_crea;
|
|
f006 = iptb00022.us_mod;
|
|
f007 = iptb00022.fech_mod;
|
|
end
|