Sha256: e82ce206d7d9df3efeee391e21a54f756b853681f75265803718c777455b8de4
Contents?: true
Size: 141 Bytes
Versions: 9
Compression:
Stored size: 141 Bytes
Contents
# frozen_string_literal: true class CreatePosts < ActiveRecord::Migration[6.1] def change create_table :posts, &:timestamps end end
Version data entries
9 entries across 9 versions & 1 rubygems