PHP Classes

File: SQL File

Recommend this page to a friend!
  Packages of Matthew Asham   Binkterm PHP   database/migrations/v1.11.0.76_ai_requests_bot_id.sql   Download  
File: database/migrations/v1.11.0.76_ai_requests_bot_id.sql
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Binkterm PHP
Bulletin board system based on the Web
Author: By
Last change:
Date: 5 days ago
Size: 187 bytes
 

Contents

Class file image Download
ALTER TABLE ai_requests ADD COLUMN bot_id INTEGER REFERENCES ai_bots(id) ON DELETE SET NULL; CREATE INDEX idx_ai_requests_bot_id ON ai_requests(bot_id) WHERE bot_id IS NOT NULL;