class EnterpriseMti::Migration::SqlFactory::PostgresSqlFactory

Public Instance Methods

id_type() click to toggle source
# File lib/enterprise_mti/migration/sql_factory/postgres_sql_factory.rb, line 10
def id_type
  "BIGINT"
end
integer() click to toggle source
# File lib/enterprise_mti/migration/sql_factory/postgres_sql_factory.rb, line 6
def integer
  "INTEGER"
end