Sha256: dbcc47e69aa5bd32d1e1c3e8ec30d40252f875d8b9c9f94d97d85920b9d6610b
Contents?: true
Size: 421 Bytes
Versions: 17
Compression:
Stored size: 421 Bytes
Contents
schema "0001 initial" do # Examples: # # entity "Person" do # string :name, optional: false # # has_many :posts # end # # entity "Post" do # string :title, optional: false # string :body # # datetime :created_at # datetime :updated_at # # has_many :replies, inverse: "Post.parent" # belongs_to :parent, inverse: "Post.replies" # # belongs_to :person # end end
Version data entries
17 entries across 17 versions & 1 rubygems