Bind an array to each parameter. Each data structure (array) contains all the data for a single parameter. This is called column-wise binding because it binds a column of values for a single parameter ...
ALTER TABLE api_keys ADD COLUMN IF NOT EXISTS owner_id VARCHAR(255); COMMENT ON COLUMN api_keys.owner_id IS 'User who owns this key. When set, auth via this key forces user_id = owner_id.'; CREATE ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results