one git repo to rule them all\!
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class CreateUnits < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :units do |t|
|
||||
t.string :name
|
||||
t.string :short_name, limit: 4
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user