mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-09-21 06:12:56 -04:00
Added database/sql
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
create table installation_objects
|
||||
(
|
||||
object_id number(20), -- BIND_AS(DB::BindableNetworkId)
|
||||
installation_type int,
|
||||
activated char(1),
|
||||
tick_count float,
|
||||
activate_start_time float,
|
||||
power float,
|
||||
power_rate float,
|
||||
primary key (object_id)
|
||||
);
|
||||
grant select on installation_objects to public;
|
||||
Reference in New Issue
Block a user