Add dictionary ingest and view
Dictionary json ingest to database, view populated with database contents
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class CreateWords < ActiveRecord::Migration[7.1]
|
||||
def change
|
||||
create_table :words do |t|
|
||||
t.string :word
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user