summaryrefslogtreecommitdiffstats
path: root/sql/bindings_insert.sql
blob: 7820d5622c0df5470c3cb0aeb5ea0f64c0d79290 (plain) (blame)
1
2
3
4
5
6
insert into bindings
( ip,
  type) 
VALUES 
( :ip:,
  :type:);