Sha256: ac4d6988db8e7fe921dbc9eb11ab1c5bddf46648aa2922c79dd8619b9ebd16db
Contents?: true
Size: 522 Bytes
Versions: 10
Compression:
Stored size: 522 Bytes
Contents
# -*- encoding : utf-8 -*- class CreateLoyalCoreSkinRecipes < ActiveRecord::Migration def change create_table :loyal_core_skin_recipes do |t| t.integer :folder_id t.string :name t.string :short_name t.string :avatar t.string :stored_tags t.string :assets_path t.text :stylesheet_text t.integer :created_by t.string :created_ip # 简介 t.string :instroduction # 描述 t.text :description t.timestamps end end end
Version data entries
10 entries across 10 versions & 1 rubygems