Sha256: 0634059af29cfc19ca3d9f5dd63453a33dae84fcc2dfff2207d4b4e1f70c19fa
Contents?: true
Size: 235 Bytes
Versions: 29
Compression:
Stored size: 235 Bytes
Contents
ActiveRecord::Base.connection.create_table :posts, :force => true do |t| t.column :subject, :string, :null => false t.column :content, :text t.column :category_id, :integer, :null => false t.column :keywords_file, :string end
Version data entries
29 entries across 29 versions & 2 rubygems