Sha256: bd24d38cfecf8b0dd2b073573242af984d1368d1c1a642534566bfbefaaeedc9
Contents?: true
Size: 736 Bytes
Versions: 45
Compression:
Stored size: 736 Bytes
Contents
module Flydata class TableDdl VERSION0 = 0 # the version where no .generated_ddl file was generated. # Therefore, this version never shows up in anywhere. VERSION1 = 1 # the version which doesn't handle server side encoding support. VERSION2 = 2 # the version with server side encoding support, migrated from # the previous versions. Format/functionality-wise, it's the # same as Version 3. VERSION3 = 3 # the version with server side encoding support, generated by # sync:generated_table_ddl command. VERSION4 = 4 # the version with server side encoding support, generated by # the auto-generated CREATE TABLE event. VERSION = VERSION3 end end
Version data entries
45 entries across 45 versions & 1 rubygems