polishing stories views
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
class CreateStories < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
create_table :stories do |t|
|
||||
t.references :member
|
||||
t.string :picture
|
||||
t.string :header
|
||||
t.text :text
|
||||
|
Reference in New Issue
Block a user