Sha256: 1c22ba9cb8488ca0a66e6ac99f49baf5c3e38a5f28d36fe90011ff95a4e3634b
Contents?: true
Size: 251 Bytes
Versions: 23
Compression:
Stored size: 251 Bytes
Contents
# FIXME: can we alias this to the class Text if it isn't already defined? module DataMapper module Types class Serial < DataMapper::Type primitive Integer serial true end # class Text end # module Types end # module DataMapper
Version data entries
23 entries across 23 versions & 6 rubygems