Files
MBS/PROYECTO/codir/cotb00030.per
T

22 lines
458 B
Plaintext

database marmotech@demo_se
screen size 24 by 80
{
num_oc [f000 ]
status_t [a]
us_crea [f001 ]
fech_crea [f002 ]
us_mod [f003 ]
fech_mod [f004 ]
}
end
tables
cotb00030
attributes
f000 = cotb00030.num_oc;
a = cotb00030.status_t;
f001 = cotb00030.us_crea;
f002 = cotb00030.fech_crea;
f003 = cotb00030.us_mod;
f004 = cotb00030.fech_mod;
end