1 2 3 4 5 6 7
-- Add migration script here CREATE TABLE seed_users ( id SERIAL PRIMARY KEY, name TEXT NOT NULL, groups TEXT[] NOT NULL, ssh_authorized_keys TEXT[] NOT NULL );