create table(:blog_posts) do add :title, :string, null: false add :intro, :text, null: false add :body, :text, null: false add :category_id, ...
確定! 回上一頁