search for: charges_fkindex2

Displaying 1 result from an estimated 1 matches for "charges_fkindex2".

2006 Jul 21
0
[Slightly OT] Need Query Help
...n "name", :string, :limit => 100, :default => "", :null => false t.column "charge_id_number", :string, :limit => 15, :default => "", :null => false end add_index "charges", ["charge_type_id"], :name => "charges_FKIndex2" create_table "clients", :force => true do |t| t.column "person_id", :string, :limit => 7 t.column "f_name", :string, :limit => 20 t.column "l_name", :string, :limit => 20, :default => "", :null => false t....