Method: Rack::Insight::Database::Table#create_sql
- Defined in:
- lib/rack/insight/database.rb
#create_sql ⇒ Object
117 118 119 |
# File 'lib/rack/insight/database.rb', line 117 def create_sql "create table #@table_name ( id integer primary key, #{create_keys_clause} )" end |