Match domain language

上级 27c2516f
require "active_file/site"
# Schema: id, key, filename, content_type, metadata, byte_size, digest, created_at
# Schema: id, key, filename, content_type, metadata, byte_size, checksum, created_at
class ActiveFile::Blob < ActiveRecord::Base
self.table_name = "active_file_blobs"
......
......@@ -5,7 +5,7 @@ def change
t.string :filename
t.string :content_type
t.integer :byte_size
t.string :digest
t.string :checksum
t.time :created_at
t.index [ :token ], unique: true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册