PHP Classes

File: SQL File

Recommend this page to a friend!
  Packages of Matthew Asham   Binkterm PHP   database/migrations/v20260517210424_add_lat_lon_to_packet_bbs_nodes.sql   Download  
File: database/migrations/v20260517210424_add_lat_lon_to_packet_bbs_nodes.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: 226 bytes
 

Contents

Class file image Download
-- Migration: 20260517210424 - add_lat_lon_to_packet_bbs_nodes -- Created: 2026-05-17 21:04:24 UTC ALTER TABLE packet_bbs_nodes ADD COLUMN IF NOT EXISTS lat NUMERIC(10,6), ADD COLUMN IF NOT EXISTS lon NUMERIC(10,6);