github.com/voedger/voedger@v0.0.0-20240520144910-273e84102129/pkg/appdefcompat/sql/pkg1.old.vsql (about)

     1  -- Copyright (c) 2023-present unTill Pro, Ltd.
     2  -- @author Alisher Nurmanov
     3  
     4  TABLE MyTable1 INHERITS ODoc (
     5      myfield1 int32 NOT NULL
     6  );