Assumption from ActiveRecord « ActiveRecord « Ruby






1.ActiveRecord infers database table names based on class names.
2.If you want table names to be singular instead of plural, you can set the configuration parameter pluralize_table_names:
3.id is default for autoincrease