# File lib/sql/table_creator.rb, line 74
def
quoted_name
@adapter
.
send
(
:quote_column_name
,
name
)
end