Sha256: 02a66ece29ce76c1a0665edfe3c62d7c0d953fd3335150c7b8960ca000193ca2
Contents?: true
Size: 274 Bytes
Versions: 130
Compression:
Stored size: 274 Bytes
Contents
# generado con pg_rails class CreateMensajeContactos < ActiveRecord::Migration[7.1] def change create_table :mensaje_contactos do |t| t.string :nombre t.string :email t.string :telefono t.string :mensaje t.timestamps end end end
Version data entries
130 entries across 130 versions & 1 rubygems