Project

General

Profile

« Previous | Next » 

Revision f4459c11

Added by David Davis about 8 years ago

Refs #3809 - Turning on some rubocop cops

View differences:

db/migrate/20090720134126_create_operatingsystems.rb
class CreateOperatingsystems < ActiveRecord::Migration
def up
create_table :operatingsystems do |t|
t.string :major, :limit => 5, :default => "", :null => false
t.string :major, :limit => 5, :default => "", :null => false
t.string :name, :limit => 64
t.string :minor, :limit => 16
t.string :nameindicator, :limit => 3

Also available in: Unified diff