@@ -43,7 +43,8 @@ func NewORM(objs ...any) *ORM {
return &ORM{cache: cache}
}
func (orm *ORM) CreateDDL() string {
// Builds the DDL and returns it as a string
func (orm ORM) CreateDDL() string {
var ddl strings.Builder
tables := orm.cache.GetAll()
The note is not visible to the blocked user.