This commit is contained in:
8
migrations/2_add_harddrives.sql
Normal file
8
migrations/2_add_harddrives.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
create table info_hdd (
|
||||
asset integer not null unique,
|
||||
capacity integer,
|
||||
type text,
|
||||
form_factor text,
|
||||
connection text,
|
||||
rpm integer
|
||||
);
|
||||
Reference in New Issue
Block a user