Cleanup current issues with schema, and regenerate latter
This commit is contained in:
parent
78cdbf81a1
commit
bce32255fa
3 changed files with 8 additions and 14 deletions
|
|
@ -1,7 +1,6 @@
|
|||
class CreateVisits < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :visits, id: false do |t|
|
||||
t.uuid :id, primary_key: true
|
||||
create_table :visits do |t|
|
||||
t.uuid :visitor_id
|
||||
|
||||
# the rest are recommended but optional
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue