Sha256: b9e5b099bbfb1adbbaaa348d34f7b6e7801d13677cb196968b7bf132aedc38ad

Contents?: true

Size: 1.01 KB

Versions: 1

Compression:

Stored size: 1.01 KB

Contents

=begin

Copyright (c) 2020, all rights reserved.

All the information provided by this platform is protected by international laws related  to 
industrial property, intellectual property, copyright and relative international laws. 
All intellectual or industrial property rights of the code, texts, trade mark, design, 
pictures and any other information belongs to the owner of this platform.

Without the written permission of the owner, any replication, modification,
transmission, publication is strictly forbidden.

For more information read the license file including with this software.

// · ~·~     ~·~     ~·~     ~·~     ~·~     ~·~     ~·~     ~·~     ~·~     ~·~     ~·~     ~·~
// · 

=end

class CreateLesliBellAccounts < ActiveRecord::Migration[7.0]
    def change
        create_table :lesli_bell_accounts do |t|
            t.timestamps
            t.datetime :deleted_at, index: true
        end
        add_reference(:lesli_bell_accounts, :account, foreign_key: { to_table: :lesli_accounts })
    end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lesli_bell-0.1.0 db/migrate/v1.0/0308000110_create_lesli_bell_accounts.rb