summaryrefslogtreecommitdiffstats
path: root/sql/custom_insert.sql
blob: fcaf5705cb741450e0d9350ced65b08a5f1ab449 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
insert into custom_fields
( server_id,
  client_id,
  ident,
  value)
VALUES 
( :server_id:,
  :client_id:,
  :ident:,
  :value:);