First commit
This commit is contained in:
parent
cf97b64877
commit
cc69770608
1468 changed files with 265316 additions and 128 deletions
11
www/admin/_alterTable/_old/145_postazionehostname.sql
Normal file
11
www/admin/_alterTable/_old/145_postazionehostname.sql
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
# ---------------------------------------------------------------------- #
|
||||
# Alter table "POSTAZIONE" #
|
||||
# ---------------------------------------------------------------------- #
|
||||
|
||||
ALTER TABLE `POSTAZIONE` ADD COLUMN `hostname` VARCHAR(60);
|
||||
|
||||
#### SQL SERVER
|
||||
ALTER TABLE [POSTAZIONE] ADD
|
||||
[hostname] VARCHAR(9)
|
||||
GO
|
||||
Loading…
Add table
Add a link
Reference in a new issue