فهرست منبع

Removed unneeded null: false

Andrew Kane 8 سال پیش
والد
کامیت
36f4325791
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      lib/generators/blazer/templates/install.rb

+ 1 - 1
lib/generators/blazer/templates/install.rb

@@ -14,7 +14,7 @@ class <%= migration_class_name %> < ActiveRecord::Migration
       t.references :query
       t.text :statement
       t.string :data_source
-      t.timestamp :created_at, null: false
+      t.timestamp :created_at
     end
 
     create_table :blazer_dashboards do |t|