diff options
Diffstat (limited to 'db/schema.rb')
| -rw-r--r-- | db/schema.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb index 339713145..b6528e037 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -519,6 +519,8 @@ ActiveRecord::Schema.define(version: 20170309102656) do t.datetime "updated_at" t.spatial "input_geometry", limit: {:srid=>4326, :type=>"line_string"} t.spatial "processed_geometry", limit: {:srid=>4326, :type=>"line_string"} + t.datetime "created_at" + t.datetime "updated_at" end create_table "routes", force: true do |t| |
