module Ryakuzu::SchemaExtenstions

Attributes

file[R]
schema[R]
schema_hash[R]

Private Instance Methods

column_field(field) click to toggle source
# File lib/ryakuzu/tools/schema_extenstions.rb, line 15
def column_field(field)
  field.delete("\",").chomp('t.') if field
end
table_field(table) click to toggle source
# File lib/ryakuzu/tools/schema_extenstions.rb, line 11
def table_field(table)
  table.delete("\"").delete(',') if table
end