A lot :)
This commit is contained in:
parent
aad67af0d1
commit
63fc206c27
153 changed files with 2043 additions and 646 deletions
13
db/migrate/20240810081701_create_standards.rb
Normal file
13
db/migrate/20240810081701_create_standards.rb
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
class CreateStandards < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
create_table :standards do |t|
|
||||
t.string :name_de
|
||||
t.string :name_en
|
||||
t.string :version
|
||||
t.string :url_de
|
||||
t.string :url_en
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue