We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e04dc2b commit ae33885Copy full SHA for ae33885
1 file changed
spec/sequel/schema.rb
@@ -129,6 +129,7 @@ def migrate(*)
129
DB.create_table? :container_posts do
130
primary_key :id
131
jsonb :translations, default: '""'
132
+ TrueClass :published
133
DateTime :created_at, allow_null: false
134
DateTime :updated_at, allow_null: false
135
end
0 commit comments