15 lines
349 B
Plaintext
15 lines
349 B
Plaintext
#+ DB schema - Common (mydatabase)
|
|
|
|
--------------------------------------------------------------------------------
|
|
--This code is generated with the template dbapp5.0
|
|
|
|
-- Database schema
|
|
SCHEMA mydatabase
|
|
|
|
-- PRIMARY KEY TYPES - TABLE LEVEL
|
|
|
|
PUBLIC TYPE seqreg_pk
|
|
RECORD
|
|
seqreg_sr_name LIKE seqreg.sr_name
|
|
END RECORD
|