module Clear::Model::Schema

Defined in:

clear/model/reflection/schema.cr

Constant Summary

COLUMNS = Hash(String, Hash(String, Column)).new
RELATIONS = Hash(String, Hash(String, Relation)).new