Sha256: c4540a068f87a6c26019d225ce72318b959da4912200d21971193b1b3bd78fe8
Contents?: true
Size: 326 Bytes
Versions: 19
Compression:
Stored size: 326 Bytes
Contents
# frozen_string_literal: true class CreateTramwaySportSchoolTrainers < ActiveRecord::Migration[5.1] def change create_table :tramway_sport_school_trainers do |t| t.text :first_name t.text :last_name t.text :patronymic t.text :state t.text :view_state t.timestamps end end end
Version data entries
19 entries across 19 versions & 1 rubygems