I m 试图建立一个模型,在铁路3号数据图绘制方面有一平方的现场:
class Image
include DataMapper::Resource
# attributes
property :id, Serial
property :url, String
property :file_name, String
property :content_type, String
property :data, Binary
property :created_at, DateTime
property :updated_at, DateTime
end
然而,在我试图移徙时,我得到以下信息:
ERROR: type modifier is not allowed for type "bytea"
LINE 1: ..." VARCHAR(50), "content_type" VARCHAR(50), "data" BYTEA(50),...
我似乎无法找到一种办法,去除50个数据表板在实地的位置。 任何人都知道如何做到这一点或解决这个问题?