vendor/rails/activerecord/test/schema/schema.rb in radiant-0.8.2 vs vendor/rails/activerecord/test/schema/schema.rb in radiant-0.9.0.rc2
- old
+ new
@@ -21,9 +21,10 @@
# Please keep these create table statements in alphabetical order
# unless the ordering matters. In which case, define them below
create_table :accounts, :force => true do |t|
t.integer :firm_id
+ t.string :firm_name
t.integer :credit_limit
end
create_table :audit_logs, :force => true do |t|
t.column :message, :string, :null=>false