Skip to content

Commit

Permalink
remove size
Browse files Browse the repository at this point in the history
  • Loading branch information
waymondo committed Dec 23, 2023
1 parent 71b3bb6 commit ee2152a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/support/database.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def truncate_db

create_table :action_text_rich_texts do |t|
t.string :name, null: false
t.text :body, size: :long
t.text :body
t.references :record, null: false, polymorphic: true, index: false, type: :bigint

t.timestamps
Expand Down

0 comments on commit ee2152a

Please sign in to comment.