| Article: |
Rolling with Ruby on Rails | |
| Subject: | HeidiSQL | |
| Date: | 2007-02-22 09:10:53 | |
| From: | trance_ | |
|
Since the MySQL-Front isn't available, I went for the free HeidiSQL.
|
||
Showing messages 1 through 2 of 2.
-
HeidiSQL
2007-08-20 08:45:59 philippe.rathe [View]
-
HeidiSQL
2007-02-22 09:44:27 Curt Hibbs |
[View]
I haven't used HeidiSQL yet, but maybe you can't change it after the field is already defined?
Try deleting the table and then recreate it with an autoincrement id field.



create_table "categories_posts", :id => false, :force => true do |t|
t.column ...
end