Answers for "add a default value to rails table"

2

default value rails migration

t.integer :col_name, :default => 0
Posted by: Guest on July-23-2020

Code answers related to "add a default value to rails table"

Browse Popular Code Answers by Language