Sha256: 6b08f6a503941f62c8afce8d6903b0a93aec9779a80ecd49da9bf0126a930130
Contents?: true
Size: 579 Bytes
Versions: 4
Compression:
Stored size: 579 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 :fast_comments, :force => true do |t| t.string :name end create_table :reviews, :force => true do |t| t.string :name end create_table :movie_reviews, :force => true do |t| t.string :name end create_table :notes, :force => true do |t| t.string :name end create_table :strong_widgets, :force => true do |t| t.string :name end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
acts_as_textcaptcha-4.1.2 | test/schema.rb |
acts_as_textcaptcha-4.1.1 | test/schema.rb |
acts_as_textcaptcha-4.1.0 | test/schema.rb |
acts_as_textcaptcha-4.0.0 | test/schema.rb |