Skip to content
/ DDL Public

Build Scripts for all Database Objects in MCZbase

License

Notifications You must be signed in to change notification settings

MCZbase/DDL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DDL

Build Scripts for all Database Objects in MCZbase

DOI

To update

Generate new export by dumping from MCZbase database with:

BEGIN
   MCZBASE.GENERATE_DDL();
END;
/

Then use this export to update files in checkout of this DDL project.