bin/ridgepole in ridgepole-0.7.0.beta10 vs bin/ridgepole in ridgepole-0.7.0.beta11

- old
+ new

@@ -19,9 +19,10 @@ EOS COLUMN_TYPES = { :boolean => :bool, :integer => :int, + :bigint => :bigint, :float => :float, :string => :string, :text => :text, :binary => :binary, }