Class | ActiveRecord::ConnectionAdapters::FrontBaseAdapter |
In: |
lib/active_record/connection_adapters/frontbase_adapter.rb
|
Parent: | AbstractAdapter |
update | -> | delete |
Adds a new column to the named table. See TableDefinition#column for details of the options you can use.
Returns the next sequence value from a sequence generator. Not generally called directly; used by ActiveRecord to get the next primary key value when inserting a new database record (see prefetch_primary_key?).