Sha256: b8da694390f9e61e1d3a3320d71adb311d9969d27cbb2ceed45d6757c7d2597d
Contents?: true
Size: 341 Bytes
Versions: 4
Compression:
Stored size: 341 Bytes
Contents
ActiveRecord::Schema.define(:version => 0) do create_table :widgets, :force => true do |t| t.string :name end create_table :comments, :force => true do |t| t.string :name end create_table :reviews, :force => true do |t| t.string :name end create_table :notes, :force => true do |t| t.string :name end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
acts_as_textcaptcha-3.0.3 | test/schema.rb |
acts_as_textcaptcha-3.0.2 | test/schema.rb |
acts_as_textcaptcha-3.0.1 | test/schema.rb |
acts_as_textcaptcha-3.0.0 | test/schema.rb |