Class: ActiveRecord::ConnectionAdapters::SchemaStatements
- Defined in:
- lib/solargraph/rails/annotations/active_record.rb
Instance Method Summary collapse
- #change_table(table_name, **options) {|| ... } ⇒ void
- #create_join_table(table_1, table_2, column_options: {}, **options) {|| ... } ⇒ void
- #create_table(table_name, id: nil, primary_key: nil, force: false, **options) {|| ... } ⇒ void
Instance Method Details
#change_table(table_name, **options) {|| ... } ⇒ void
This method returns an undefined value.
16 |
# File 'lib/solargraph/rails/annotations/active_record.rb', line 16 def change_table(table_name, **); end |
#create_join_table(table_1, table_2, column_options: {}, **options) {|| ... } ⇒ void
This method returns an undefined value.
13 |
# File 'lib/solargraph/rails/annotations/active_record.rb', line 13 def create_join_table(table_1, table_2, column_options: {}, **); end |
#create_table(table_name, id: nil, primary_key: nil, force: false, **options) {|| ... } ⇒ void
This method returns an undefined value.
6 |
# File 'lib/solargraph/rails/annotations/active_record.rb', line 6 def create_table(table_name, id: nil, primary_key: nil, force: false, **); end |