Files
MBS/DATABASE/dbdgii_common.4gl
T

16 lines
429 B
Plaintext

#+ DB schema - Common (dbdgii)
--------------------------------------------------------------------------------
--This code is generated with the template dbapp5.0
--------------------------------------------------------------------------------
--Database schema
SCHEMA dbdgii
-- PRIMARY KEY TYPES - TABLE LEVEL
PUBLIC TYPE empresastmp_pk
RECORD
empresastmp_rnc LIKE empresastmp.rnc
END RECORD