Sha256: 10f4da9a39ad507848c6d070c59aec953850d1c374011d199c4a18371cd5eab0
Contents?: true
Size: 218 Bytes
Versions: 3
Compression:
Stored size: 218 Bytes
Contents
# frozen_string_literal: true ActiveRecord::Schema.define(version: 1) do create_table 'tests' do |t| end create_table 'table_last_changes' do |t| t.string 'table_name' t.datetime 'updated_at' end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
aqila-cache-0.3.0 | db/schema.rb |
aqila-cache-0.2.0 | db/schema.rb |
aqila-cache-0.1.0 | db/schema.rb |