Answer the question
In order to leave comments, you need to log in
How to insert values into a Postgresql table?
When installing the Ruby script, the database was automatically created. One of the tables is described like this:
from the schema.rb file
create_table "contests", :force => true do |t|
t.text "name", :null => false
t.datetime "start", :null => false
t.datetime "end", :null => false
t.text "description", :null => false
t.boolean "delta", :null => false
end
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question